File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
lib/active_record/id_regions Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.5.0] - 2024-10-10
9
+ ### Changed
10
+
11
+ - Add support for rails 7.1 and 7.2
12
+ - Drop rails 6.0 and 6.1
13
+
8
14
## [ 0.4.0] - 2024-05-14
9
15
### Changed
10
16
@@ -16,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
22
- Loosened active record support to include active record 6.1
17
23
- Fixed keyword arguments for ruby 3.0 support
18
24
19
- [ Unreleased ] : https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...HEAD
25
+ [ Unreleased ] : https://github.com/ManageIQ/activerecord-id_regions/compare/v0.5.0...HEAD
26
+ [ 0.5.0 ] : https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...v0.5.0
20
27
[ 0.4.0 ] : https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.2...v0.4.0
21
28
[ 0.3.2 ] : https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.1...v0.3.2
Original file line number Diff line number Diff line change 1
1
module ActiveRecord
2
2
module IdRegions
3
- VERSION = "0.4 .0" . freeze
3
+ VERSION = "0.5 .0" . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments