Skip to content

Commit

Permalink
Change version to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Nov 22, 2020
1 parent 9295a8b commit b234ad1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
20 changes: 15 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# v0.10.7 unreleased
# v0.10.7 2020-11-22

* Add support for external mutation timeouts.

New config file settings. `mutation_timeout` and `coverage_criteria`
to control timeouts and coverage conditions.

- [#1105](https://github.com/mbj/mutant/pull/1105)
- [#1118](https://github.com/mbj/mutant/pull/1118)

* Improve CLI reporting to be less noisy:
- [#1117](https://github.com/mbj/mutant/pull/1117)
- [#1106](https://github.com/mbj/mutant/pull/1106)

* Add support for external mutation timeouts. [#1105](https://github.com/mbj/mutant/pull/1105)
* Fix crash on static send mutation. [#1108](https://github.com/mbj/mutant/pull/1108)
* Change CLI report format to print diff last.
This should be more user friendly on incremental / interactive
operation.

* Add more verbose configuration [documentation](https://github.com/mbj/mutant/blob/master/docs/configuration.md).

# v0.10.6 2020-11-06

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mutant (0.10.6)
mutant (0.10.7)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Mutant
# Current mutant version
VERSION = '0.10.6'
VERSION = '0.10.7'
end # Mutant

0 comments on commit b234ad1

Please sign in to comment.