Merge pull request #809 from mbj/bump/version

Change version to 0.8.23
This commit is contained in:
Markus Schirp 2018-12-23 14:09:48 +00:00 committed by GitHub
commit 24bb542be7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# v0.8.23 2018-12-04
# v0.8.23 2018-12-23
* Improved isolation error reporting
* Errors between isolation and tests do not kill mutations anymore.
# v0.8.22 2018-12-04

View file

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