From 762d1184dde7427aa5789ec3612a95d55684e743 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 30 Nov 2022 19:18:25 +0100 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 14 ++++++++++++++ admin_interface/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85c0c3..b046667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.23.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.23.0) - 2022-11-30 +- Add `Python 3.11` support. +- Add tabbed changeform support. (by [@VaZark](https://github.com/VaZark) in #211) +- Fix #208 / Do not assume active DB when not specified. (by [@VaZark](https://github.com/VaZark) in #210) +- Update translations. +- Bump actions and requirements. +- [css] Adjust list filter dropdown vertical margins. +- [css] Improve nav filter style. #214 +- [css] Improve language chooser style. +- [css] Reduce secondary scrollbars size. +- [CI] Update `dependabot.yml` +- [CI] Add `pre-commit-autoupdate.yml` workflow. +- [CI] Update `pre-commit` hooks. + ## [0.22.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.2) - 2022-11-18 - [CI] Add `django 4.1` to tests. - [CI] Add `pre-commit` with `black`, `isort` and `flake8`. diff --git a/admin_interface/version.py b/admin_interface/version.py index 8fdc979..518a08d 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.22.2" +__version__ = "0.23.0"