Prepare version 0.5.20

This commit is contained in:
Markus Schirp 2014-06-14 21:48:48 +00:00
parent eb603789f4
commit c45f6731d6
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
# v0.5.20 2014-06-08
# v0.5.20 2014-06-15
* Remove support for matchers prefixed with ::
* Fix cases where mutated source diff was empty #198
* Fix mutate to simpler primitive violation break to next #203
* Improve integration / corpus tests to spot highlevel regressions on CI level.
* Remove support for matchers prefixed with ::

View file

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