Bump to version 0.8.2
This commit is contained in:
parent
206b50c798
commit
d5f5cafd58
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# v0.8.2 2015-08-xx
|
||||
# v0.8.2 2015-08-11
|
||||
|
||||
* Remove invalid mutation `foo or bar` to `!(foo or bar)` see #287
|
||||
* Add mutation from `#to_h` to `#to_hash` #218
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.1'.freeze
|
||||
VERSION = '0.8.2'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue