Skip to content

Commit

Permalink
Change version to 0.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Dec 16, 2020
1 parent c01ad7b commit bef03dd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.10.20 2020-12-14

[#1159](https://github.com/mbj/mutant/pull/1159)
[#1160](https://github.com/mbj/mutant/pull/1160)

* Substantially improve performance on coverage attempts that involve many selected tests.
* Reduce (but not eliminate) performance degeneration on larger subject sets.
* This release for many average cases should get 2x the performance.

# v0.10.19 2020-12-14

* [#1158](https://github.com/mbj/mutant/pull/1158)
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.19)
mutant (0.10.20)
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.19'
VERSION = '0.10.20'
end # Mutant
6 changes: 3 additions & 3 deletions test_app/Gemfile.minitest.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
mutant (0.10.19)
mutant (0.10.20)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.1)
Expand All @@ -16,9 +16,9 @@ PATH
procto (~> 0.0.2)
unparser (~> 0.5.4)
variable (~> 0.0.1)
mutant-minitest (0.10.19)
mutant-minitest (0.10.20)
minitest (~> 5.11)
mutant (= 0.10.19)
mutant (= 0.10.20)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.8.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
mutant (0.10.19)
mutant (0.10.20)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.1)
Expand All @@ -16,8 +16,8 @@ PATH
procto (~> 0.0.2)
unparser (~> 0.5.4)
variable (~> 0.0.1)
mutant-rspec (0.10.19)
mutant (= 0.10.19)
mutant-rspec (0.10.20)
mutant (= 0.10.20)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down

0 comments on commit bef03dd

Please sign in to comment.