Skip to content

Commit

Permalink
Merge pull request #40 from tagliala/release/0.25.0
Browse files Browse the repository at this point in the history
Update changelog and version
  • Loading branch information
tagliala authored Aug 5, 2022
2 parents 4cb1a0a + ee9bae3 commit bbcbbe4
Show file tree
Hide file tree
Showing 3 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 @@
# Changelog

## 0.25.0 / 2022-08-05

* [ENHANCEMENT] Bump `jruby-openssl` requirement to `0.14.0` [#39](https://github.com/tagliala/coveralls-ruby-reborn/pull/39)
* [ENHANCEMENT] Improve Semaphore CI support [#37](https://github.com/tagliala/coveralls-ruby-reborn/pull/37) [#38](https://github.com/tagliala/coveralls-ruby-reborn/pull/38)
* [ENHANCEMENT] Test against JRuby 9.3 [#36](https://github.com/tagliala/coveralls-ruby-reborn/pull/36)

## 0.24.0 / 2022-03-11

* [ENHANCEMENT] Test against Ruby 3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An up-to-date fork of [lemurheavy/coveralls-ruby](https://github.com/lemurheavy/
Add to your `Gemfile`:

```rb
gem 'coveralls_reborn', '~> 0.24.0', require: false
gem 'coveralls_reborn', '~> 0.25.0', require: false
```

### GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion lib/coveralls/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Coveralls
VERSION = '0.24.0'
VERSION = '0.25.0'
end

0 comments on commit bbcbbe4

Please sign in to comment.