Skip to content

Commit 762d118

Browse files
committed
Update CHANGELOG and version.
1 parent 967f582 commit 762d118

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.23.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.23.0) - 2022-11-30
8+
- Add `Python 3.11` support.
9+
- Add tabbed changeform support. (by [@VaZark](https://github.com/VaZark) in #211)
10+
- Fix #208 / Do not assume active DB when not specified. (by [@VaZark](https://github.com/VaZark) in #210)
11+
- Update translations.
12+
- Bump actions and requirements.
13+
- [css] Adjust list filter dropdown vertical margins.
14+
- [css] Improve nav filter style. #214
15+
- [css] Improve language chooser style.
16+
- [css] Reduce secondary scrollbars size.
17+
- [CI] Update `dependabot.yml`
18+
- [CI] Add `pre-commit-autoupdate.yml` workflow.
19+
- [CI] Update `pre-commit` hooks.
20+
721
## [0.22.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.2) - 2022-11-18
822
- [CI] Add `django 4.1` to tests.
923
- [CI] Add `pre-commit` with `black`, `isort` and `flake8`.

admin_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.22.2"
3+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)