Skip to content

Commit 256a3c9

Browse files
committed
Bump to 3.6.1
1 parent 53c2c3c commit 256a3c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
716
## [3.6.0] - 2024-12-13
817

918
Support for the v2.0 Inertia.js release! It's a minor bump because there are no breaking changes!

lib/inertia_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InertiaRails
2-
VERSION = "3.6.0"
2+
VERSION = "3.6.1"
33
end

0 commit comments

Comments
 (0)