Prepare version 0.6.7
This commit is contained in:
parent
88fe09ed92
commit
cb8011d608
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# v0.6.7 2014-11-17
|
||||
|
||||
* Fix duplicate neutral emit for memoized instance method subjects
|
||||
* Fix neutral error detection edge cases
|
||||
|
||||
# v0.6.6 2014-11-11
|
||||
|
||||
* Fix emitter to recurse into left and right of binary nodes.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.6.6'.freeze
|
||||
VERSION = '0.6.7'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue