Skip to content

Commit

Permalink
pre 2.1.4 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin authored Aug 16, 2024
1 parent 9cb5329 commit bf71d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.1.4]

1. Automatically change the status code in the middleware to 422 for failed form submissions requested by Turbo.
2. Add doc about `django-lifecycle` package.
3. Add doc about `morph` method in Turbo Stream.

## [2.1.3]

1. Work with `Turbo 8 morph-refreshes`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-turbo-helper"
version = "2.1.3"
version = "2.1.4"
description = "Hotwire/Turbo helpers for Django, inspired by Rails."
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bf71d1e

Please sign in to comment.