From def1db971aee2c525471e0d2b077d4af790e8ed4 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Wed, 26 Jun 2019 10:48:04 +1000 Subject: [PATCH] Prep the 0.2.4 release #8 --- CHANGELOG.md | 6 ++++++ lcoveralls.gemspec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb04f50..2703cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lcoveralls.gemspec b/lcoveralls.gemspec index 2c93be3..0f59530 100644 --- a/lcoveralls.gemspec +++ b/lcoveralls.gemspec @@ -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' ] @@ -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