Skip to content

Commit e203b30

Browse files
committed
Bump to 3.3.0
1 parent 56dfc76 commit e203b30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.3.0] - 2024-10-27
8+
9+
* Refactor Inertia configuration into a controller class method. Thanks @ElMassimo!
10+
* Documentation updates. Thanks @osbre and @austenmadden!
11+
* Further fixes to the `Vary` header. Thanks @skryukov!
12+
* Add configuration option for the component path in the renderer.
13+
714
## [3.2.0] - 2024-06-19
815

916
* Refactor the internals of shared Inertia data to use controller instance variables instead of module level variables that run a higher risk of being leaked between requests. Big thanks to @ledermann for the initial work many years ago and to @PedroAugustoRamalhoDuarte for finishing it up!

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

0 commit comments

Comments
 (0)