Skip to content

Commit

Permalink
Prepare v0.6.4
Browse files Browse the repository at this point in the history
[fixes #265][fixes #261]
  • Loading branch information
mbj committed Oct 27, 2014
1 parent 4959823 commit fc8f924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Do not buffer report prints, speedup large report generation.
* Fix some cases where --fail-fast semantics stopped far to late.
* Fix crashing / stuckage from using parallel in a nested way.
* Fix crashing / stuckage from using parallel in a nested way. [#265](https://github.com/mbj/mutant/issues/265), [#261](https://github.com/mbj/mutant/issues/261)

# v0.6.3 2014-09-22

Expand Down
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Mutant
# The current mutant version
VERSION = '0.6.3'.freeze
VERSION = '0.6.4'.freeze
end # Mutant

0 comments on commit fc8f924

Please sign in to comment.