Merge pull request #524 from mbj/fix/bump-to-v0.8.10

Bump to v0.8.10
This commit is contained in:
Markus Schirp 2016-01-24 03:10:01 +00:00
commit 3c2a02da0f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.8.10 2016-01-24
* Add support for parser 2.3 (via unparser 0.2.5)
# v0.8.9 2016-01-05
* Add mutation from `Hash#[]` to `Hash#key?` (#511)

View file

@ -1,4 +1,4 @@
module Mutant
# Current mutant version
VERSION = '0.8.9'.freeze
VERSION = '0.8.10'.freeze
end # Mutant