commit
24bb542be7
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
* Errors between isolation and tests do not kill mutations anymore.
|
||||||
|
|
||||||
# v0.8.22 2018-12-04
|
# v0.8.22 2018-12-04
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.22'.freeze
|
VERSION = '0.8.23'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Reference in a new issue