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

Commit

Permalink
Bump to 0.2.13 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Dec 10, 2020
1 parent b8fad69 commit cdb562f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### `0.2.13`
- [#105](https://github.com/codecov/codecov-ruby/pull/105) Remove unnecessary dependency for ruby standard gem
- [#110](https://github.com/codecov/codecov-ruby/pull/110) Fix GitHub Actions
- [#111](https://github.com/codecov/codecov-ruby/pull/111) Fix branch name detection for GitHub Actions CI

### `0.2.12`
- [#102](https://github.com/codecov/codecov-ruby/pull/102) Fix value of params[:pr] when useing CodeBuild

Expand Down
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '~> 2.4'
s.version = '0.2.12'
s.version = '0.2.13'

s.add_dependency 'simplecov', '~> 0.18.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/codecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'zlib'

class SimpleCov::Formatter::Codecov
VERSION = '0.2.12'
VERSION = '0.2.13'

### CIs
RECOGNIZED_CIS = [
Expand Down

0 comments on commit cdb562f

Please sign in to comment.