Skip to content

Commit

Permalink
Bump minor to 0.5.0 for adding rails 7.1 and 7.2 in backward compatib…
Browse files Browse the repository at this point in the history
…le way

We're dropping 6.0 and 6.1 and adding 7.1/7.2 so it's substantial enough to warrant
a minor bump.
  • Loading branch information
jrafanie committed Oct 10, 2024
1 parent 8ed409a commit 8d9d893
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.0] - 2024-10-10
### Changed

- Add support for rails 7.1 and 7.2
- Drop rails 6.0 and 6.1

## [0.4.0] - 2024-05-14
### Changed

Expand All @@ -16,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Loosened active record support to include active record 6.1
- Fixed keyword arguments for ruby 3.0 support

[Unreleased]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.1...v0.3.2
2 changes: 1 addition & 1 deletion lib/active_record/id_regions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module IdRegions
VERSION = "0.4.0".freeze
VERSION = "0.5.0".freeze
end
end

0 comments on commit 8d9d893

Please sign in to comment.