Merge pull request #796 from mbj/bump/version

Change version to 0.8.21
This commit is contained in:
Markus Schirp 2018-12-03 11:17:20 +00:00 committed by GitHub
commit 84d119fe49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v0.8.21 2018-12-03
* Change to modern ast format via unparser-0.4.1.
# v0.8.20 2018-11-27
* Replace internal timers with monotonic ones.

View File

@ -2,5 +2,5 @@
module Mutant
# Current mutant version
VERSION = '0.8.20'.freeze
VERSION = '0.8.21'.freeze
end # Mutant

View File

@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('parser', '~> 2.5.1')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('regexp_parser', '~> 1.2')
gem.add_runtime_dependency('unparser', '~> 0.4.0')
gem.add_runtime_dependency('unparser', '~> 0.4.1')
gem.add_development_dependency('devtools', '~> 0.1.22')
gem.add_development_dependency('parallel', '~> 1.3')