File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
### Added
10
10
11
- - Support ActiveRecord 7.1, 7.2, and 8.0 [ #21 ] ( https://github.com/cookpad/armg/pull/21 ) [ #22 ] ( https://github.com/cookpad/armg/pull/22 )
12
- - Support Ruby 3.2, 3.3, and 3.4 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
13
-
14
11
### Changed
15
12
16
13
### Deprecated
17
14
18
15
### Removed
19
16
20
- - Drop support for ActiveRecord 6.0 and 6.1 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
21
- - Drop support for Ruby 2.7 and 3.0 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
22
-
23
17
### Fixed
24
18
25
19
### Security
26
20
21
+ ## [ v0.12.0] - 2025-04-07
22
+
23
+ ### Added
24
+
25
+ - Support ActiveRecord 7.1, 7.2, and 8.0 [ #21 ] ( https://github.com/cookpad/armg/pull/21 ) [ #22 ] ( https://github.com/cookpad/armg/pull/22 )
26
+ - Support Ruby 3.2, 3.3, and 3.4 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
27
+
28
+ ### Removed
29
+
30
+ - Drop support for ActiveRecord 6.0 and 6.1 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
31
+ - Drop support for Ruby 2.7 and 3.0 [ #21 ] ( https://github.com/cookpad/armg/pull/21 )
32
+
27
33
## [ v0.11.0] - 2023-03-07
28
34
29
35
### Added
@@ -46,3 +52,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
46
52
[ Unreleased ] : https://github.com/cookpad/armg/compare/v0.10.0...HEAD
47
53
[ v0.10.0 ] : https://github.com/cookpad/armg/compare/v0.9.0...v0.10.0
48
54
[ v0.11.0 ] : https://github.com/cookpad/armg/compare/v0.10.0...v0.11.0
55
+ [ v0.12.0 ] : https://github.com/cookpad/armg/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Armg
4
- VERSION = '0.11 .0'
4
+ VERSION = '0.12 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments