We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556c487 + c0694ee commit 6bc526eCopy full SHA for 6bc526e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.3.0] - 2025-09-06
4
+
5
+## What's Changed
6
+* Expand Rails compatibility to support Rails 7.2+ through 8.x
7
8
9
+**Full Changelog**: https://github.com/Syati/structured_params/compare/v0.2.0...v0.3.0
10
11
## [0.2.1] - 2025-09-06
12
13
## What's Changed
lib/structured_params/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module StructuredParams
- VERSION = '0.2.1' #: string
+ VERSION = '0.3.0' #: string
end
0 commit comments