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

Commit

Permalink
0.2.5 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Aug 6, 2020
1 parent 6c2856e commit bc8789a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### `0.2.5`
- Revert single use of VERSION

### `0.2.4`
- Adds support for GitHub Actions CI

Expand Down
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'codecov'
s.version = '0.2.4'
s.version = '0.2.5'
s.platform = Gem::Platform::RUBY
s.authors = ['codecov']
s.email = ['hello@codecov.io']
Expand Down
2 changes: 1 addition & 1 deletion lib/codecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require 'zlib'

class SimpleCov::Formatter::Codecov
VERSION = '0.2.4'
VERSION = '0.2.5'

### CIs
RECOGNIZED_CIS = [
Expand Down

0 comments on commit bc8789a

Please sign in to comment.