Skip to content

Commit 12ddf6a

Browse files
committed
Prep 0.18.5 release
1 parent 06225b5 commit 12ddf6a

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.5 (2020-02-25)
2+
===================
3+
4+
Can you guess? Another bugfix release!
5+
6+
## Bugfixes
7+
* minitest won't crash if SimpleCov isn't loaded - aka don't execute SimpleCov code in the minitest plugin if SimpleCov isn't loaded. Thanks to [@edariedl](https://github.com/edariedl) for the report of the peculiar problem in [#877](https://github.com/colszowka/simplecov/issues/877).
8+
19
0.18.4 (2020-02-24)
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.4)
16+
simplecov (0.18.5)
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.4"
4+
VERSION = "0.18.5"
55
end

0 commit comments

Comments
 (0)