Merge pull request #512 from mbj/feature/release-0.8.9

Release 0.8.9
This commit is contained in:
Markus Schirp 2016-01-06 18:20:54 +00:00
commit 0eaeae4705
2 changed files with 3 additions and 6 deletions

View file

@ -1,17 +1,14 @@
# Master (unreleased)
# v0.8.9 2016-01-05
* Add mutation from `Hash#[]` to `Hash#key?` (#511)
* Add mutation from `Hash#fetch` to `Hash#key?` (#511)
* Add mutation from `#at` to `#key?` (#511)
* Add mutation from `Hash#values_at` to `Hash#fetch_values` (#510)
# v0.8.8 2015-xx-xx
# v0.8.8 2015-11-15
* Drop support for rspec-3.2
* Remove CI specific job number default
# v0.8.8 2015-11-15
* Add support for rspec-3.3.4
* Add mutations/s performance metric to report

View file

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