From fd90026cc5d0000b111e54b2d54ce5a50a63d982 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Tue, 14 Nov 2023 15:53:46 +0800 Subject: [PATCH] release 1.0.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cbf8d..5f26564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.3] + +1. Add `turbo_stream_from` tag and make it work with [django-actioncable](https://github.com/AccordBox/django-actioncable) + ## [1.0.2] 1. Import `dom_id`, `turbo_frame`, `turbo_stream` template tags. diff --git a/pyproject.toml b/pyproject.toml index 2db56e4..45f3640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-turbo-response" -version = "1.0.2" +version = "1.0.3" description = "Hotwired/Turbo response helpers for Django" authors = ["Michael Yin "] license = "MIT"