Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 17, 2011
1 parent 9d0acd3 commit 6b63a44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.0.4 / 2011-02-17
==================

* Fixed `stats()` / `repl()` breakage when used with 0.2.x due to os mod. Closes #16
* Changed; close _REPL_ connections on shutdown

0.0.3 / 2011-02-16
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/cluster.js
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = start;
* Library version.
*/

exports.version = '0.0.3';
exports.version = '0.0.4';

/**
* Start a new `Master` with the given `server`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cluster",
"description": "extensible multi-core server manager",
"keywords": ["server", "spark", "fugue"],
"version": "0.0.3",
"version": "0.0.4",
"homepage": "http://learnboost.github.com/cluster",
"repository": "git://github.com/LearnBoost/cluster.git",
"author": "TJ Holowaychuk <tj@learnboost.com> (http://tjholowaychuk.com)",
Expand Down

0 comments on commit 6b63a44

Please sign in to comment.