Prepare version 0.6.0
This commit is contained in:
parent
a97011a37d
commit
892836ece2
2 changed files with 9 additions and 1 deletions
|
@ -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
|
# v0.5.10 2014-04-06
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# The current mutant version
|
# The current mutant version
|
||||||
VERSION = '0.5.10'.freeze
|
VERSION = '0.6.0'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Reference in a new issue