Prepare version v0.5.25

This commit is contained in:
Markus Schirp 2014-07-07 18:46:37 +00:00
parent 25e11d87c8
commit 4a7563a5f7
2 changed files with 9 additions and 1 deletions

View file

@ -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
* Fix invalid AST on op_assign mutations

View file

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