Skip to content

Commit

Permalink
0.18.1 with little bugfix
Browse files Browse the repository at this point in the history
It's a crash though, so critical and best to get it out asap.

Sorry for the delay, me fighting with the Java installation.
  • Loading branch information
PragTob committed Jan 31, 2020
1 parent 354bd9a commit e56dc46
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.1 (2020-01-31)
===================

Small Bugfix release.

## Bugfixes
* Just putting `# :nocov:` on top of a file or having an uneven number of them in general works again and acts as if ignoring until the end of the file. See [#846](https://github.com/colszowka/simplecov/issues/846) and thanks [@DannyBen](https://github.com/DannyBen) for the report.

0.18.0 (2020-01-28)
===================

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.0)
simplecov (0.18.1)
docile (~> 1.1)
simplecov-html (~> 0.11.0)

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.0"
VERSION = "0.18.1"
end

0 comments on commit e56dc46

Please sign in to comment.