Skip to content

Commit

Permalink
Release 0.26.0 to drop ruby < 2.7 support
Browse files Browse the repository at this point in the history
This releases the gem to 0.26.0. It drops support for any ruby version
less than 2.7. See procore-oss#307

Signed-off-by: philipqnguyen <philip.nguyen@procore.com>
  • Loading branch information
philipqnguyen committed Aug 17, 2023
1 parent c382b15 commit 1a9bc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.26.0 - 2023/00/00
* 🐛 [FEATURE] Transition to GitHub Actions from CircleCI and update to handle Ruby versions 2.7, 3.0, 3.1, 3.2
## 0.26.0 - 2023/08/17
* 🐛 [BREAKING] Transition to GitHub Actions from CircleCI and update to handle Ruby versions 2.7, 3.0, 3.1, 3.2. Drop support for any ruby version less than 2.7. See [#307](https://github.com/procore-oss/blueprinter/pull/307)

## 0.25.3 - 2021/03/03
* 🐛 [BUGFIX] Fixes issue where fields and associations that are redefined by later views were not properly overwritten. See [#201](https://github.com/procore/blueprinter/pull/201) thanks to [@Berardpi](https://github.com/Berardpi).
Expand Down
2 changes: 1 addition & 1 deletion lib/blueprinter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Blueprinter
VERSION = '0.25.3'.freeze
VERSION = '0.26.0'.freeze
end

0 comments on commit 1a9bc04

Please sign in to comment.