Skip to content

Commit 7937c93

Browse files
authored
Merge pull request #560 from colszowka/release-0.14.0
0.14.0 release
2 parents d28bd04 + cb43d07 commit 7937c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...master))
1+
0.14.0 2017-03-15 ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...v0.14.0))
22
==========
33

44
## Enhancements

lib/simplecov/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SimpleCov
2-
version = "0.13.0"
2+
version = "0.14.0"
33

44
def version.to_a
55
split(".").map(&:to_i)

0 commit comments

Comments
 (0)