Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit bc8789a

Browse files
authored
0.2.5 (#86)
1 parent 6c2856e commit bc8789a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.2.5`
2+
- Revert single use of VERSION
3+
14
### `0.2.4`
25
- Adds support for GitHub Actions CI
36

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'codecov'
5-
s.version = '0.2.4'
5+
s.version = '0.2.5'
66
s.platform = Gem::Platform::RUBY
77
s.authors = ['codecov']
88
s.email = ['[email protected]']

lib/codecov.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'zlib'
99

1010
class SimpleCov::Formatter::Codecov
11-
VERSION = '0.2.4'
11+
VERSION = '0.2.5'
1212

1313
### CIs
1414
RECOGNIZED_CIS = [

0 commit comments

Comments
 (0)