From 5f23f8b55bf8d49b4b62ae8af484affd64f33b5b Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 25 Jan 2021 10:46:09 -0500 Subject: [PATCH] Bump to 0.4.0 --- CHANGELOG.md | 3 +++ lib/codecov/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e6f4b..f7b4240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### `0.4.0` +- #130 Split uploader from formatter + ### `0.3.0` - #124 Ruby 3.0 support - #125 open simplecov requirement to 0.21.x diff --git a/lib/codecov/version.rb b/lib/codecov/version.rb index 39e2592..516a9dd 100644 --- a/lib/codecov/version.rb +++ b/lib/codecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Codecov - VERSION = '0.3.0' + VERSION = '0.4.0' end