Prepare v0.5.21
This commit is contained in:
parent
e3d4f62f95
commit
27bb86ef51
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# v0.5.20 2014-06-xx
|
||||
# v0.5.21 2014-06-15
|
||||
|
||||
* Readd mutation of index assignments
|
||||
* Remove a bunch of useless mutations to nil.something
|
||||
* Readd mutation of index reference arguments
|
||||
|
||||
# v0.5.20 2014-06-15
|
||||
# v0.5.20 2014-06-14
|
||||
|
||||
* Remove support for matchers prefixed with ::
|
||||
* Fix cases where mutated source diff was empty #198
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.20'.freeze
|
||||
VERSION = '0.5.21'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue