Skip to content

Commit

Permalink
Prep 0.18.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 25, 2020
1 parent 06225b5 commit 12ddf6a
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.5 (2020-02-25)
===================

Can you guess? Another bugfix release!

## Bugfixes
* 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).

0.18.4 (2020-02-24)
===================

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.4)
simplecov (0.18.5)
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.4"
VERSION = "0.18.5"
end

0 comments on commit 12ddf6a

Please sign in to comment.