Prepare version 0.5.23

This commit is contained in:
Markus Schirp 2014-06-25 16:58:57 +00:00
parent 0eba20660c
commit 7a7052911a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.5.23 2014-06-15
* Propagate exceptions from child-isolation-killforks to master
# v0.5.22 2014-06-15
* Fix invalid AST generation on operator method mutation with self as receiver.

View file

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