Skip to content

Commit

Permalink
Prepare small 0.18.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 12, 2020
1 parent b1b4935 commit 0d0f692
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
===================

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
simplecov (0.18.1)
simplecov (0.18.2)
docile (~> 1.1)
simplecov-html (~> 0.11)

Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleCov
VERSION = "0.18.1"
VERSION = "0.18.2"
end

0 comments on commit 0d0f692

Please sign in to comment.