From b1bc84a00dcc406bb80ca8a55d8088b42768ad52 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Thu, 27 Feb 2020 09:46:22 +0100 Subject: [PATCH] Bump version for 0.12.2 release --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 4 ++-- lib/simplecov-html/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca45a4..a3402f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================== diff --git a/Gemfile.lock b/Gemfile.lock index 3472d92..5e52e4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/simplecov-html/version.rb b/lib/simplecov-html/version.rb index 902d332..0c1cb95 100644 --- a/lib/simplecov-html/version.rb +++ b/lib/simplecov-html/version.rb @@ -3,7 +3,7 @@ module SimpleCov module Formatter class HTMLFormatter - VERSION = "0.12.1" + VERSION = "0.12.2" end end end