Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 16, 2011
1 parent c410e44 commit b2daa1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.7.0 / 2011-08-15
==================

* Fixed stand-alone support with a file path. Closes #141 [reported by SebastianEdwards]
* Fixed clobbering of "worker exception" [reported by fredericosilva]
* Fixed `logger()` / `pidfiles()` errors when dir does not exist, now using
* Removed remaining 2.x support. Closes #108
mkdirp. Closes #783

0.6.9 / 2011-07-20
==================

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.6.9';
exports.version = '0.7.0';

/**
* Expose utils.
Expand Down

0 comments on commit b2daa1c

Please sign in to comment.