Prepare version 0.8.5
This commit is contained in:
parent
64306dc3c7
commit
95d157458f
2 changed files with 6 additions and 1 deletions
|
@ -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
|
# v0.8.4 2015-09-10
|
||||||
|
|
||||||
* Add mutation from `a != b` to `!a.eql?(b)` and `!a.equal?(b)` #417
|
* Add mutation from `a != b` to `!a.eql?(b)` and `!a.equal?(b)` #417
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.4'.freeze
|
VERSION = '0.8.5'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue