Skip to content

Commit 6bc526e

Browse files
committed
Merge branch 'main' of github.com:Syati/structured_params
2 parents 556c487 + c0694ee commit 6bc526e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [0.2.1] - 2025-09-06
412

513
## What's Changed

lib/structured_params/version.rb

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

44
module StructuredParams
5-
VERSION = '0.2.1' #: string
5+
VERSION = '0.3.0' #: string
66
end

0 commit comments

Comments
 (0)