Prepare version 0.5.8
This commit is contained in:
parent
df7de1ee86
commit
7747202c52
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# v0.5.9 2014-03-28
|
||||
|
||||
Changes:
|
||||
|
||||
* Fix mutation of memoized methods with the memoizable gem.
|
||||
|
||||
# v0.5.8 2014-03-26
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.8'.freeze
|
||||
VERSION = '0.5.9'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue