Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 19, 2011
1 parent 3973d35 commit 57364cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.6.0 / 2011-04-18
==================

* Added support to run cluster without a server. Closes #72
* Renamed titles to "cluster" and "cluster worker". closes #82

0.5.7 / 2011-04-17
==================

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

exports.version = '0.5.7';
exports.version = '0.6.0';

/**
* Expose utils.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cluster",
"description": "extensible multi-core server manager",
"keywords": ["server", "spark", "fugue", "tcp", "workers"],
"version": "0.5.7",
"version": "0.6.0",
"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 57364cd

Please sign in to comment.