Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 14, 2023
1 parent d46ee6e commit a963938
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.27.0 / 2023-02-14

* [FEATURE] Add Buildkite CI support [#43](https://github.com/tagliala/coveralls-ruby-reborn/pull/43)
* [ENHANCEMENT] Update development dependencies

## 0.26.0 / 2022-12-25

* [FEATURE] Drop Ruby 2.5 support
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.26.0', require: false
gem 'coveralls_reborn', '~> 0.27.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.26.0'
VERSION = '0.27.0'
end

0 comments on commit a963938

Please sign in to comment.