Skip to content

Commit 057fe35

Browse files
committed
bump version and add changelog
1 parent 36c8797 commit 057fe35

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
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.5.0] - 2022-12-20
8+
9+
* Automatically Include CSRF Token.
10+
* Switch to using Vary: X-Inertia headers. Thanks @swarakaka!
11+
* Bugfix for Inertia head tag rendering. Thanks @svengt!
12+
13+
## [0.4.1] - 2022-10-10
14+
15+
* Bugfix to allow redirects to be returned from @inertia decorated views.
16+
17+
## [0.4.0] - ???
18+
19+
* Initial release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "inertia-django"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Django adapter for the InertiaJS framework"
55
authors = ["Brandon Shar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)