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

Commit 343dbbb

Browse files
authored
0.2.14 (#117)
* Bump to 0.2.14 * Update simplecov dependency versions * Update changelog * Update dependency
1 parent f528382 commit 343dbbb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### `0.2.14`
2+
- #107 Add EditorConfig file
3+
- #113 Return version constant, don't duplicate version value
4+
- #117 Update simplecov dependency versions
5+
16
### `0.2.13`
27
- [#105](https://github.com/codecov/codecov-ruby/pull/105) Remove unnecessary dependency for ruby standard gem
38
- [#110](https://github.com/codecov/codecov-ruby/pull/110) Fix GitHub Actions

codecov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.required_ruby_version = '~> 2.4'
1616
s.version = ::Codecov::VERSION
1717

18-
s.add_dependency 'simplecov', '~> 0.18.0'
18+
s.add_dependency 'simplecov', '>= 0.15', '< 0.21'
1919

2020
s.add_development_dependency 'minitest', '~> 5.0'
2121
s.add_development_dependency 'minitest-ci', '~> 3.0'

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

0 commit comments

Comments
 (0)