Prepare version v0.5.25
This commit is contained in:
parent
25e11d87c8
commit
4a7563a5f7
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# v0.5.25 2014-07-07
|
||||||
|
|
||||||
|
* Make ordering of subjects and tests deterministic
|
||||||
|
* Fix performance of subject selection
|
||||||
|
* Improve noop and neutral reporting.
|
||||||
|
* Rename noop mutations to neutral mutations
|
||||||
|
* Simplify code nuked around 1kloc.
|
||||||
|
|
||||||
# v0.5.24 2014-06-30
|
# v0.5.24 2014-06-30
|
||||||
|
|
||||||
* Fix invalid AST on op_assign mutations
|
* Fix invalid AST on op_assign mutations
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# The current mutant version
|
# The current mutant version
|
||||||
VERSION = '0.5.24'.freeze
|
VERSION = '0.5.25'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue