Skip to content

Commit b1bc84a

Browse files
committed
Bump version for 0.12.2 release
1 parent 899afdd commit b1bc84a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.12.2 (2020-02-27)
2+
==================
3+
4+
## Bugfixes
5+
* Refreshing the page while a source file is open works again. Thanks [@HansBug](https://github.com/HansBug) for the report [#94](https://github.com/colszowka/simplecov-html/issues/94) and [@Tietew](https://github.com/Tietew) for the fix!
6+
17
0.12.1 (2020-02-23)
28
==================
39

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PATH
22
remote: .
33
specs:
4-
simplecov-html (0.12.1)
4+
simplecov-html (0.12.2)
55

66
PATH
77
remote: /home/tobi/github/simplecov
88
specs:
9-
simplecov (0.18.3)
9+
simplecov (0.18.5)
1010
docile (~> 1.1)
1111
simplecov-html (~> 0.11)
1212

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.12.1"
6+
VERSION = "0.12.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)