Prepare v0.5.18
This commit is contained in:
parent
cadd42908a
commit
68bb7e2157
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# v0.5.18 2014-06-04
|
||||
|
||||
Changes:
|
||||
|
||||
* Do not rename lhs of or assigns when lhs is a ivasgn. Closes #150
|
||||
|
||||
# v0.5.17 2014-05-27
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.17'.freeze
|
||||
VERSION = '0.5.18'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue