Skip to content

Commit

Permalink
Prep the 0.2.4 release #8
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jun 26, 2019
1 parent 1fc711f commit def1db9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Lcoveralls Changelog

### 0.2.4 (2019-06-26)
Bug fixes:
- wrong use of `%` in `format()` ([#8](../../pull/8))

Special thanks to @masatake for contributing to this release.

### 0.2.3 (2018-05-31)
Bug fixes:
- destructive operation on frozen string ([#6](../../pull/6))
Expand Down
4 changes: 2 additions & 2 deletions lcoveralls.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.author = 'Paul Colby'
spec.date = '2018-05-31'
spec.date = '2019-06-26'
spec.description = 'Lcoveralls is a simple script for reporting code coverage results from LCOV to Coveralls.'
spec.email = 'ruby@colby.id.au'
spec.executables = [ 'lcoveralls' ]
Expand All @@ -9,5 +9,5 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
spec.name = 'lcoveralls'
spec.summary = 'Report Gcov / LCOV (ie C, C++, Go, etc) code coverage to coveralls.io'
spec.version = '0.2.3'
spec.version = '0.2.4'
end

0 comments on commit def1db9

Please sign in to comment.