Revert "Prepare version 0.6.0"
This reverts commit 892836ece2
.
Conflicts:
Changelog.md
This commit is contained in:
parent
2737cecfcd
commit
9ccb850a05
2 changed files with 2 additions and 9 deletions
|
@ -1,16 +1,9 @@
|
||||||
# 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.11 2014-04-07
|
# v0.5.11 2014-04-07
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
* Fix crash on while and until without body
|
* Fix crash on while and until without body
|
||||||
|
* Better require highjack based zombifier
|
||||||
|
|
||||||
# v0.5.10 2014-04-06
|
# v0.5.10 2014-04-06
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# The current mutant version
|
# The current mutant version
|
||||||
VERSION = '0.6.0'.freeze
|
VERSION = '0.5.10'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Reference in a new issue