Skip to content

Commit 709858f

Browse files
committed
Update CHANGELOG and version.
1 parent 113d27d commit 709858f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.29.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.29.0) - 2024-10-17
8+
- [python] Drop `Python 3.8`, `Python 3.9` and `Django 3.x` support.
9+
- [python] Add support for admin `show_facets` option. #396
10+
- [python] Fix serving static files from third-party services. #384 #385
11+
- [css] Improve list filter style.
12+
- [css] Set changelist table cell max-width.
13+
- [ci] Add `Django 5.1` to `tox` test matrix.
14+
- [ci] Update `pyupgrade` and `django-upgrade` hooks target versions.
15+
- [ci] Bump `pre-commit` hooks.
16+
- [ci] Bump test requirements.
17+
718
## [0.28.9](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.9) - 2024-09-13
819
- [css] Add missing background color variable.
920
- [css] Fix fieldsets border color.

admin_interface/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "[email protected]"
88
__license__ = "MIT"
99
__title__ = "django-admin-interface"
10-
__version__ = "0.28.9"
10+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)