Update `CHANGELOG` and version.

master
Fabio Caccamo 2023-05-11 01:38:14 +02:00
parent a48575e047
commit 7a0e63e986
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ 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.26.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.26.0) - 2023-05-11
- Add options for collapsible inlines. #263 (by [@fabiocaccamo](https://github.com/fabiocaccamo) in #282)
- Bump requirements.
- Bump `pre-commit` hooks.
## [0.25.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.25.0) - 2023-04-18
- Add `Django 4.2` support.
- Drop `Django 2.2` support.

View File

@ -7,4 +7,4 @@ __description__ = (
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "django-admin-interface"
__version__ = "0.25.0"
__version__ = "0.26.0"