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

Commit 76088e7

Browse files
authored
Merge pull request #66 from codecov/0.1.18
Bump to 0.1.18
2 parents 021c415 + ce86813 commit 76088e7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### `0.1.18`
2+
3+
- refactor and move to use v2 endpoint
4+
- use Timeout::Error
5+
16
### `0.1.17`
27

38
- refactor upload method and add more logging

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.1.17'
5+
s.version = '0.1.18'
66
s.platform = Gem::Platform::RUBY
77
s.authors = ['codecov']
88
s.email = ['hello@codecov.io']

lib/codecov.rb

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

1111
class SimpleCov::Formatter::Codecov
12-
VERSION = '0.1.17'
12+
VERSION = '0.1.18'
1313

1414
### CIs
1515
RECOGNIZED_CIS = [

0 commit comments

Comments
 (0)