Change version to 0.8.24

This commit is contained in:
Markus Schirp 2018-12-29 11:07:27 +00:00
parent 2b74f29bd2
commit 8bb840e67c
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,8 @@
# v0.8.24 2018-12-xx
# v0.8.24 2018-12-29
* Change to always insert mutations with frozen string literals
* Fix various invalid AST or source mutations
* Handle regexp `regexp_parser` cannot parse but MRI accepts gracefully
# v0.8.23 2018-12-23

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
mutant (0.8.23)
mutant (0.8.24)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.0)
@ -16,8 +16,8 @@ PATH
procto (~> 0.0.2)
regexp_parser (~> 1.2)
unparser (~> 0.4.2)
mutant-rspec (0.8.23)
mutant (~> 0.8.23)
mutant-rspec (0.8.24)
mutant (~> 0.8.24)
rspec-core (>= 3.4.0, < 4.0.0)
GEM

View file

@ -2,5 +2,5 @@
module Mutant
# Current mutant version
VERSION = '0.8.23'
VERSION = '0.8.24'
end # Mutant