Skip to content

Commit d865bf9

Browse files
authored
Merge pull request #23 from cookpad/release-0.12.0
Release v0.12.0
2 parents ff74bee + 9bb501c commit d865bf9

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Added
1010

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-
1411
### Changed
1512

1613
### Deprecated
1714

1815
### Removed
1916

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-
2317
### Fixed
2418

2519
### Security
2620

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+
2733
## [v0.11.0] - 2023-03-07
2834

2935
### Added
@@ -46,3 +52,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4652
[Unreleased]: https://github.com/cookpad/armg/compare/v0.10.0...HEAD
4753
[v0.10.0]: https://github.com/cookpad/armg/compare/v0.9.0...v0.10.0
4854
[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

lib/armg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Armg
4-
VERSION = '0.11.0'
4+
VERSION = '0.12.0'
55
end

0 commit comments

Comments
 (0)