Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 22, 2023
1 parent 97ca6dd commit ad5069e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

## 0.18.1 (2023-12-22)

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

## 0.18.0 (2023-12-08)

- feat: semantic release integration (#218) ([`f82f660`](https://github.com/unfoldadmin/django-unfold/commit/f82f66050d3551c203849d3c5fc84cce329ba012))
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-unfold"
version = "0.18.0"
version = "0.18.1"
description = "Modern Django admin theme for seamless interface development"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit ad5069e

Please sign in to comment.