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

Commit cdb562f

Browse files
authored
Bump to 0.2.13 (#112)
1 parent b8fad69 commit cdb562f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### `0.2.13`
2+
- [#105](https://github.com/codecov/codecov-ruby/pull/105) Remove unnecessary dependency for ruby standard gem
3+
- [#110](https://github.com/codecov/codecov-ruby/pull/110) Fix GitHub Actions
4+
- [#111](https://github.com/codecov/codecov-ruby/pull/111) Fix branch name detection for GitHub Actions CI
5+
16
### `0.2.12`
27
- [#102](https://github.com/codecov/codecov-ruby/pull/102) Fix value of params[:pr] when useing CodeBuild
38

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.license = 'MIT'
1212
s.platform = Gem::Platform::RUBY
1313
s.required_ruby_version = '~> 2.4'
14-
s.version = '0.2.12'
14+
s.version = '0.2.13'
1515

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

lib/codecov.rb

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

99
class SimpleCov::Formatter::Codecov
10-
VERSION = '0.2.12'
10+
VERSION = '0.2.13'
1111

1212
### CIs
1313
RECOGNIZED_CIS = [

0 commit comments

Comments
 (0)