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

Commit 04bcb6f

Browse files
authored
Prepare to release 0.2.15 (#120)
1 parent d0c7421 commit 04bcb6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.2.15`
2+
- #118 Include codecov/version in the gem
3+
14
### `0.2.14`
25
- #107 Add EditorConfig file
36
- #113 Return version constant, don't duplicate version value

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.14'
4+
VERSION = '0.2.15'
55
end

0 commit comments

Comments
 (0)