Skip to content

Commit ad5069e

Browse files
author
semantic-release
committed
0.18.1
Automatically generated by python-semantic-release
1 parent 97ca6dd commit ad5069e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
## 0.18.1 (2023-12-22)
3+
4+
- fix: lazy loaded permission callback (#234) ([`97ca6dd`](https://github.com/unfoldadmin/django-unfold/commit/97ca6dd54563a1546d53ffcce90e04fce8b3d7f7))
5+
- fix: logout link (#228) ([`1a1d735`](https://github.com/unfoldadmin/django-unfold/commit/1a1d735c461bf0e26d0b3e636840003acd39b154))
6+
- fix: ignore CHANGELOG.md in pre-commit hooks (#221) ([`3418fcc`](https://github.com/unfoldadmin/django-unfold/commit/3418fccbcb50487904ec7692ba60570003d424ba))
7+
- docs: update README.md with correct import_export import (#223) ([`3d04c9a`](https://github.com/unfoldadmin/django-unfold/commit/3d04c9a5285f29acb804325f7a144f15fb0d48eb))
8+
- chore: tailwindcss 3.4 update (#233) ([`4c49f08`](https://github.com/unfoldadmin/django-unfold/commit/4c49f08b62535602eb8cd398ecead68349ab4689))
9+
- chore(deps): bump actions/setup-python from 4 to 5 (#224) ([`dc22daf`](https://github.com/unfoldadmin/django-unfold/commit/dc22daf5b0388b21d3e4e07a12cf5499b08640d3))
10+
211
## 0.18.0 (2023-12-08)
312

413
- feat: semantic release integration (#218) ([`f82f660`](https://github.com/unfoldadmin/django-unfold/commit/f82f66050d3551c203849d3c5fc84cce329ba012))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unfold"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Modern Django admin theme for seamless interface development"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)