diff --git a/CHANGELOG.md b/CHANGELOG.md index ba415e02..fb0f34e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.18.2 (2020-02-12) +=================== + +Small release just to allow you to use the new simplecov-html. + +## Enhancements +* Relax simplecov-html requirement so that you're able to use [0.12.0](https://github.com/colszowka/simplecov-html/blob/master/CHANGELOG.md#0120-2020-02-12) + 0.18.1 (2020-01-31) =================== diff --git a/Gemfile.lock b/Gemfile.lock index 8ad8be4d..599dca42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - simplecov (0.18.1) + simplecov (0.18.2) docile (~> 1.1) simplecov-html (~> 0.11) diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index ca3a6e3c..891252d4 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.18.1" + VERSION = "0.18.2" end