Prepare version 0.6.0

This commit is contained in:
Markus Schirp 2014-04-06 22:02:58 +00:00
parent a97011a37d
commit 892836ece2
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v0.6.0 2014-04-xx
Changes:
* Do strict 1:1 mutation-subject : test matching
* Add support for require highjack based zombification
* Mutant self hosting coverage targets on CI
# v0.5.10 2014-04-06
Changes:

View file

@ -2,5 +2,5 @@
module Mutant
# The current mutant version
VERSION = '0.5.10'.freeze
VERSION = '0.6.0'.freeze
end # Mutant