Prepare v0.5.21

This commit is contained in:
Markus Schirp 2014-06-15 15:36:45 +00:00
parent e3d4f62f95
commit 27bb86ef51
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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