Skip to content

Commit 9d8541b

Browse files
committed
Prepare release of 0.11.0.beta1
1 parent f75df50 commit 9d8541b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
0.10.2 2017-08-14
1+
0.11.0.beta1 (2020-01-05)
2+
========
3+
4+
Changes ruby support to 2.4+, adds branch coverage support. Meant to be used with simplecov 0.18
5+
6+
## Breaking Changes
7+
* Drops support for EOL'ed ruby versions, new support is ~> 2.4
8+
9+
## Enhancements
10+
* Support/display of branch coverage from simplecov 0.18.0.beta1, little badges saying `hit_count, positive_or_negative` will appear next to lines if branch coverage is activated. `0, +` means positive branch was never hit, `2, -` means negative branch was hit twice
11+
* Encoding compatibility errors are now caught and printed out
12+
13+
0.10.2 (2017-08-14)
214
========
315

416
## Bugfixes
517

618
* Allow usage with frozen-string-literal-enabled. See [#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
719

8-
0.10.1 2017-05-17
20+
0.10.1 (2017-05-17)
921
========
1022

1123
## Bugfixes

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-html (0.11.0.pre.dev)
4+
simplecov-html (0.11.0.beta1)
55

66
PATH
77
remote: /home/tobi/github/simplecov

lib/simplecov-html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SimpleCov
44
module Formatter
55
class HTMLFormatter
6-
VERSION = "0.11.0-dev"
6+
VERSION = "0.11.0.beta1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)