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