Prepare version 0.8.6
This commit is contained in:
parent
fc3c73f0d9
commit
68b1ec1376
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Unreleased
|
# v0.8.6. 2015-10-27
|
||||||
|
|
||||||
* Add mutation from `Date.parse` to more strict parsing methods #448
|
* Add mutation from `Date.parse` to more strict parsing methods #448
|
||||||
* Add mutation from `foo.to_i` to `Integer(foo)` #455
|
* Add mutation from `foo.to_i` to `Integer(foo)` #455
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.5'.freeze
|
VERSION = '0.8.6'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Reference in a new issue