Skip to content

Commit a003140

Browse files
committed
prep 0.21.2 release
1 parent 52cb560 commit a003140

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.21.2 (2021-01-09)
2+
==========
3+
4+
## Bugfixes
5+
* `maximum_coverage_drop` won't fail any more if `.last_run.json` is still in the old format. Thanks [@petertellgren](https://github.com/petertellgren)
6+
* `maximum_coverage_drop` won't fail if an expectation is specified for a previous unrecorded criterion, it will just pass (there's nothing, so nothing to drop)
7+
* fixed bug in `maximum_coverage_drop` calculation that could falsely report it had dropped for minimal differences
8+
19
0.21.1 (2021-01-04)
210
==========
311

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simplecov (0.21.1)
4+
simplecov (0.21.2)
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77
simplecov_json_formatter (~> 0.1)

lib/simplecov/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCov
4-
VERSION = "0.21.1"
4+
VERSION = "0.21.2"
55
end

0 commit comments

Comments
 (0)