Bump to version 0.8.2

This commit is contained in:
Markus Schirp 2015-08-11 01:18:49 +00:00
parent 206b50c798
commit d5f5cafd58
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
module Mutant
# Current mutant version
VERSION = '0.8.1'.freeze
VERSION = '0.8.2'.freeze
end # Mutant