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

Commit e1b4e2f

Browse files
authored
Bump to 0.3.0 (#127)
1 parent 5cc46b0 commit e1b4e2f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `0.3.0`
2+
- #124 Ruby 3.0 support
3+
- #125 open simplecov requirement to 0.21.x
4+
15
### `0.2.15`
26
- #118 Include codecov/version in the gem
37

lib/codecov/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Codecov
4-
VERSION = '0.2.15'
4+
VERSION = '0.3.0'
55
end

0 commit comments

Comments
 (0)