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

Commit 69d4b00

Browse files
authored
Bump to 0.2.3 (#80)
* Bump to 0.2.3 * Add deprecation warning
1 parent f0b24e2 commit 69d4b00

4 files changed

Lines changed: 9 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.3`
2+
- Support uploads for jruby 9.1 and 9.2
3+
14
### `0.2.2`
25
- Handle SocketError and better error handling of v4 failures
36

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Codecov Ruby Uploader
22

3+
## DEPRECATION WARNING
4+
All versions of the Ruby uploader prior to `0.2.0` will no longer be supported and will be removed from public use on or after *2020-08-17*.
5+
Please upgrade to the latest versions to continue using this uploader.
6+
37
[![Codecov](https://codecov.io/github/codecov/codecov-ruby/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-ruby?branch=master)
48
[![Gem Version](https://badge.fury.io/rb/codecov.svg)](https://badge.fury.io/rb/codecov.svg)
59
[![Build Status](https://secure.travis-ci.org/codecov/codecov-ruby.svg?branch=master)](http://travis-ci.org/codecov/codecov-ruby)

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.2'
5+
s.version = '0.2.3'
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
@@ -8,7 +8,7 @@
88
require 'zlib'
99

1010
class SimpleCov::Formatter::Codecov
11-
VERSION = '0.2.2'
11+
VERSION = '0.2.3'
1212

1313
### CIs
1414
RECOGNIZED_CIS = [

0 commit comments

Comments
 (0)