Skip to content

Commit 0d0f692

Browse files
committed
Prepare small 0.18.2 release
1 parent b1b4935 commit 0d0f692

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.18.2 (2020-02-12)
2+
===================
3+
4+
Small release just to allow you to use the new simplecov-html.
5+
6+
## Enhancements
7+
* 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)
8+
19
0.18.1 (2020-01-31)
210
===================
311

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
simplecov (0.18.1)
16+
simplecov (0.18.2)
1717
docile (~> 1.1)
1818
simplecov-html (~> 0.11)
1919

lib/simplecov/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCov
4-
VERSION = "0.18.1"
4+
VERSION = "0.18.2"
55
end

0 commit comments

Comments
 (0)