Prepare version 0.8.0

This commit is contained in:
Markus Schirp 2015-06-14 11:52:13 +00:00
parent 14293fae58
commit 8e29780961
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,11 @@
# v0.8.0 pending
# v0.8.0 2015-06-15
* Drop support for ruby < 2.1
* Remove broken `--code` option
* Remove deprecated `--score` option
* Add support for rspec-3.3
* End support for rspec-3.{0,1}
* Internal quality improvements
# v0.7.9 2015-05-30

View file

@ -1,4 +1,4 @@
module Mutant
# The current mutant version
VERSION = '0.7.9'.freeze
VERSION = '0.8.0'.freeze
end # Mutant