Skip to content

Commit d1b0a82

Browse files
author
semantic-release
committed
0.18.0
Automatically generated by python-semantic-release
1 parent 36ae49d commit d1b0a82

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## To be released
21

2+
## 0.18.0 (2023-12-08)
3+
4+
- feat: semantic release integration (#218) ([`f82f660`](https://github.com/unfoldadmin/django-unfold/commit/f82f66050d3551c203849d3c5fc84cce329ba012))
35
- feat: hex to rgb (#213) ([`b5ab5e2`](https://github.com/unfoldadmin/django-unfold/commit/b5ab5e2e024e57935e8a9ffa06fba81f69238e49))
6+
- fix: semantic release changelog templates (#220) ([`36ae49d`](https://github.com/unfoldadmin/django-unfold/commit/36ae49d37da3ac0a7bc404bf36e5fbf9b5849ae4))
7+
- fix: checkout depth in release flow (#219) ([`29ba25f`](https://github.com/unfoldadmin/django-unfold/commit/29ba25f504bd6f9ef37431cda8b55bafeeb17806))
48
- fix: component typo (#212) ([`ed2fadc`](https://github.com/unfoldadmin/django-unfold/commit/ed2fadc92aabd53707286a2ed950783dea6f5920))
59

610
## 0.17.1 (2023-11-24)
@@ -276,3 +280,4 @@
276280
- chore: version ([`c1ba672`](https://github.com/unfoldadmin/django-unfold/commit/c1ba672998c670ed58771f67386f3a28ca89c743))
277281
- chore: improved screenshots ([`bbd2fce`](https://github.com/unfoldadmin/django-unfold/commit/bbd2fceed968120c67a265f8f2a700dae61abd3d))
278282
- chore(deps): bump django from 3.2.14 to 3.2.15 ([`676d963`](https://github.com/unfoldadmin/django-unfold/commit/676d96374036478b94c9e7c7c1aedc4025c5ebb5))
283+

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

0 commit comments

Comments
 (0)