File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
21
## [ 0.22.2] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.2 ) - 2022-11-18
8
22
- [ CI] Add ` django 4.1 ` to tests.
9
23
- [ CI] Add ` pre-commit ` with ` black ` , ` isort ` and ` flake8 ` .
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = "0.22.2 "
3
+ __version__ = "0.23.0 "
You can’t perform that action at this time.
0 commit comments