File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
- ## Unreleased
7
6
8
- ### Added
7
+ ## [ 3.4.0 ] - 2024-11-02
9
8
10
9
* Inertia Rails documentation (@skryukov )
10
+ * Add specs for config refactor (#139 )
11
+ * New feature: if/unless/only/except options for inertia_share. Enables per-action sharing! (#137 , @skryukov )
12
+ * Bugfix: for inertia errors when using message_pack to serialize cookies. (#143 , @BenMorganMY )
13
+ * Test Rails 7.2 in CI/CD (#145 , @skryukov )
14
+ * Bring redirect behavior in line with Rails 7.0 behavior (#146 , @skryukov )
15
+ * Gemspec cleanup (#149 , @skryukov )
11
16
12
17
## [ 3.3.0] - 2024-10-27
13
18
Original file line number Diff line number Diff line change 1
1
module InertiaRails
2
- VERSION = "3.3 .0"
2
+ VERSION = "3.4 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments