Prepare version 0.5.20
This commit is contained in:
parent
eb603789f4
commit
c45f6731d6
2 changed files with 7 additions and 2 deletions
|
@ -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 ::
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.19'.freeze
|
||||
VERSION = '0.5.20'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue