We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce0ae1 commit 372b41bCopy full SHA for 372b41b
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.6.0] - 2024-01-26
8
+* Allow Django >=4 Thanks @pmdevita!
9
+
10
## [0.5.3] - 2023-09-20
11
12
* Encode SSR page data via the included InertiaJsonEncoder. Thanks @svengt!
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "inertia-django"
3
-version = "0.5.3"
+version = "0.6.0"
description = "Django adapter for the InertiaJS framework"
authors = ["Brandon Shar <[email protected]>"]
license = "MIT"
0 commit comments