We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8208b82 commit 2146c20Copy full SHA for 2146c20
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.18.0.beta3 (unreleased)
+0.18.0.beta3 (2020-01-20)
2
========================
3
4
## Enhancements
Gemfile.lock
@@ -26,7 +26,7 @@ GIT
26
PATH
27
remote: .
28
specs:
29
- simplecov (0.18.0.beta2)
+ simplecov (0.18.0.beta3)
30
docile (~> 1.1)
31
simplecov-html (~> 0.11.0.beta2)
32
lib/simplecov/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SimpleCov
- VERSION = "0.18.0.beta2"
+ VERSION = "0.18.0.beta3"
5
end
0 commit comments