Skip to content

Commit 54ce47a

Browse files
committed
prep 0.20.0 release
1 parent e68043d commit 54ce47a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.20.0 (2020-11-29)
2+
==========
3+
4+
The "JSON formatter" release. Starting now a JSON formatter is included by default in the release. This is mostly done for Code Climate reasons, you can find more details [in this issue](https://github.com/codeclimate/test-reporter/issues/413).
5+
Shipping with so much by default is sub-optimal, we know. It's the long term plan to also provide `simplecov-core` without the HTML or JSON formatters for those who don't need them/for other formatters to rely on.
6+
7+
## Enhancements
8+
* `simplecov_json_formatter` included by default ([docs](https://github.com/simplecov-ruby/simplecov#json-formatter)), this should enable the Code Climate test reporter to work again once it's updated
9+
* invalidate internal cache after switching `SimpleCov.root`, should help with some bugs
10+
111
0.19.1 (2020-10-25)
212
==========
313

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simplecov (0.19.1)
4+
simplecov (0.20.0)
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77
simplecov_json_formatter (~> 0.1)

lib/simplecov/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCov
4-
VERSION = "0.19.1"
4+
VERSION = "0.20.0"
55
end

0 commit comments

Comments
 (0)