Skip to content

Commit aeb7b9c

Browse files
author
semantic-release
committed
0.35.0
Automatically generated by python-semantic-release
1 parent 1c5f42a commit aeb7b9c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## 0.35.0 (2024-08-12)
3+
4+
- feat: warn unsaved form (#655) ([`c36f846`](https://github.com/unfoldadmin/django-unfold/commit/c36f846b605163c0f98ce9161aca14cda66f4ea4))
5+
- feat: multiple dropdown filter (#650) ([`0572dd2`](https://github.com/unfoldadmin/django-unfold/commit/0572dd27527e3d86fd3ea9d94f11909474f7378d))
6+
- fix: multiple dropdown params (#671) ([`1c5f42a`](https://github.com/unfoldadmin/django-unfold/commit/1c5f42a207de8436e810fea54cb23e422d332ef4))
7+
- fix: save as new (#668) ([`8a35767`](https://github.com/unfoldadmin/django-unfold/commit/8a357674c17d496fb3203a3d6386a472d54c8075))
8+
- fix: permission check object id param (#667) ([`ea88013`](https://github.com/unfoldadmin/django-unfold/commit/ea88013807c3c01c464b9bfa5913d7786e536df0))
9+
- docs: card component typos (#663) ([`a5b14fc`](https://github.com/unfoldadmin/django-unfold/commit/a5b14fc89b0fe12c73fc69bec26162db77772232))
10+
- docs: missing group import (#623) ([`90d5fa0`](https://github.com/unfoldadmin/django-unfold/commit/90d5fa0530a84620cf3a527832f8e66c4d99be34))
11+
212
## 0.34.0 (2024-08-03)
313

414
- feat: disable select all action (#630) ([`2877747`](https://github.com/unfoldadmin/django-unfold/commit/287774779f9f2c4f2fb75f990e6d86bbf055e2d1))

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 = "django-unfold"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
description = "Modern Django admin theme for seamless interface development"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)