Skip to content

Commit d1b3c2f

Browse files
committed
Bump to 3.8.0
1 parent b2e959e commit d1b3c2f

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.8.0] - 2025-04-12
8+
9+
* Docs updates
10+
* Fix template detection for scaffolds using Tailwind 4 (#202)
11+
* Improved inertia route helper (#201)
12+
* RSpec tweaks
13+
* Add inertia_rendering? helper method (#209)
14+
* Add support for new client-side deep merging option (#213)
15+
716
## [3.7.1] - 2025-04-01
817

918
* Docs updates

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.7.1"
2+
VERSION = "3.8.0"
33
end

0 commit comments

Comments
 (0)