Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 6, 2010
1 parent 103126a commit b3ced68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.0.3

- NODE_ENV support
- Carry --comment to child processes [dbloete]
- util / sys support

v0.0.2 - Add passing SIGINT, SIGHUP, and SIGTERM to child processes when in multi-core mode

v0.0.1 - Initial split from connect
2 changes: 1 addition & 1 deletion bin/spark
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var child_process = require('child_process'),
* Framework version.
*/

var version = '0.2.1';
var version = '0.3.0';

/**
* Process comment.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spark",
"description": "Powerful node server starter",
"version": "0.1.2",
"version": "0.3.0",
"contributors": [
{ "name": "Tim Caswell", "email": "[email protected]" },
{ "name": "TJ Holowaychuk", "email": "[email protected]" }
Expand Down

0 comments on commit b3ced68

Please sign in to comment.