File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
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
6
7
+ ## [ 3.6.1] - 2025-02-04
8
+
9
+ * Install generator tweaks @skryukov
10
+ * Performance improvement for oj serialization users @alexspeller
11
+ * Doc updates @youyoumu
12
+ * Doc updates @pedroaugustoramalhoduarte
13
+ * Tailwind v4 support in install generators @arandilopez
14
+ * Various CI fixes @bknoles / @skryukov
15
+
7
16
## [ 3.6.0] - 2024-12-13
8
17
9
18
Support for the v2.0 Inertia.js release! It's a minor bump because there are no breaking changes!
Original file line number Diff line number Diff line change 1
1
module InertiaRails
2
- VERSION = "3.6.0 "
2
+ VERSION = "3.6.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments