We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044227e commit 67b3d5dCopy full SHA for 67b3d5d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [1.0.0] - 2025-09-23
4
+
5
- drop support rails 7.0.x
6
7
## [0.12.0] - 2025-08-21
lib/active_record_compose/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveRecordCompose
- VERSION = "0.12.0"
+ VERSION = "1.0.0"
end
0 commit comments