Skip to content

Commit

Permalink
Prepare version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Sep 11, 2015
1 parent 64306dc commit 95d1574
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.8.5 2015-09-11

* Fix misimplementation of block gluing operator that
as side effect could also cause invalid AST crashes

# v0.8.4 2015-09-10

* Add mutation from `a != b` to `!a.eql?(b)` and `!a.equal?(b)` #417
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
# Current mutant version
VERSION = '0.8.4'.freeze
VERSION = '0.8.5'.freeze
end # Mutant

0 comments on commit 95d1574

Please sign in to comment.