From 46863a55c67841924cbca0892a5f1e87c2033420 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 17 Sep 2024 06:12:43 +0000 Subject: [PATCH] 0.39.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c160aa0b..8c84af7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## 0.39.0 (2024-09-17) + +- feat: changeform before/after templates (#726) ([`0b56e65`](https://github.com/unfoldadmin/django-unfold/commit/0b56e653dda55a96d68bdaea7e44b09513f5d4a9)) +- fix: button component name (#749) ([`b58504e`](https://github.com/unfoldadmin/django-unfold/commit/b58504e9b6d9c28eb9e335209cb95c777c2cbbea)) +- fix: user creation form (#746) ([`1006523`](https://github.com/unfoldadmin/django-unfold/commit/10065233a43980ebb02edbd5242ecc85a2ab8a37)) +- fix: popup window size (#744) ([`5a77b44`](https://github.com/unfoldadmin/django-unfold/commit/5a77b44d615cf346cf20d2cb00345b19f3bf4fa4)) +- fix: fileinput placeholder (#740) ([`db0f3b9`](https://github.com/unfoldadmin/django-unfold/commit/db0f3b9335447180346b98bf1467275f18e2b719)) +- chore: issue template bug report improvements (#741) ([`1a51a25`](https://github.com/unfoldadmin/django-unfold/commit/1a51a25e987a5089bb8bbd96c1b8dcbab8c8e06d)) + ## 0.38.0 (2024-09-10) - feat: URLField widget, display a clickable link (#723) ([`422bf42`](https://github.com/unfoldadmin/django-unfold/commit/422bf424300f2e698902c7c65bc64128ff5969b7)) diff --git a/pyproject.toml b/pyproject.toml index 9360cf98..9e1890eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unfold" -version = "0.38.0" +version = "0.39.0" description = "Modern Django admin theme for seamless interface development" license = "MIT" readme = "README.md"