From e1b4e2f85b7ac9d6b33e6af9b932a865d1c765dd Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 19 Jan 2021 11:50:28 -0500 Subject: [PATCH] Bump to 0.3.0 (#127) --- CHANGELOG.md | 4 ++++ lib/codecov/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06db2c..90e6f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### `0.3.0` +- #124 Ruby 3.0 support +- #125 open simplecov requirement to 0.21.x + ### `0.2.15` - #118 Include codecov/version in the gem diff --git a/lib/codecov/version.rb b/lib/codecov/version.rb index 84aa384..39e2592 100644 --- a/lib/codecov/version.rb +++ b/lib/codecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Codecov - VERSION = '0.2.15' + VERSION = '0.3.0' end