Skip to content

Commit

Permalink
Bump version for 0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 27, 2020
1 parent 899afdd commit b1bc84a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.12.2 (2020-02-27)
==================

## Bugfixes
* 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!

0.12.1 (2020-02-23)
==================

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: .
specs:
simplecov-html (0.12.1)
simplecov-html (0.12.2)

PATH
remote: /home/tobi/github/simplecov
specs:
simplecov (0.18.3)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)

Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov-html/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SimpleCov
module Formatter
class HTMLFormatter
VERSION = "0.12.1"
VERSION = "0.12.2"
end
end
end

0 comments on commit b1bc84a

Please sign in to comment.