Skip to content

Commit a459bcb

Browse files
committed
prep 0.18.4 release
1 parent d12076c commit a459bcb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.18.4 (2020-02-24)
2+
===================
3+
4+
Another small bugfix release 🙈 Fixes SimpleCov running with rspec-rails, which was broken due to our fixed minitest integration.
5+
6+
## Bugfixes
7+
* SimpleCov will run again correctly when used with rspec-rails. For details recommending the excellent bug report [#873](https://github.com/colszowka/simplecov/issues/873) by [@odlp](https://github.com/odlp) is recommended. Thanks to [@adam12](https://github.com/adam12) for the fix [#874](https://github.com/colszowka/simplecov/pull/874).
8+
9+
110
0.18.3 (2020-02-23)
211
===========
312

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
simplecov (0.18.3)
16+
simplecov (0.18.4)
1717
docile (~> 1.1)
1818
simplecov-html (~> 0.11)
1919

lib/simplecov/version.rb

Lines changed: 1 addition & 1 deletion
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.3"
4+
VERSION = "0.18.4"
55
end

0 commit comments

Comments
 (0)