We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d28bd04 + cb43d07 commit 7937c93Copy full SHA for 7937c93
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-Unreleased ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...master))
+0.14.0 2017-03-15 ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...v0.14.0))
2
==========
3
4
## Enhancements
lib/simplecov/version.rb
@@ -1,5 +1,5 @@
module SimpleCov
- version = "0.13.0"
+ version = "0.14.0"
def version.to_a
5
split(".").map(&:to_i)
0 commit comments