Update `CHANGELOG` and version.
parent
0ad9ca74ae
commit
75a52c6449
|
|
@ -4,6 +4,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [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`.
|
||||||
|
- Respect `using` in signals. #199 (by [@VaZark](https://github.com/VaZark) in #200)
|
||||||
|
- Remove translations line numbers to avoid `lint` step failures.
|
||||||
|
|
||||||
## [0.22.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.1) - 2022-10-13
|
## [0.22.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.1) - 2022-10-13
|
||||||
- Fix `KeyError` raised by `django-rangefilter`.
|
- Fix `KeyError` raised by `django-rangefilter`.
|
||||||
- [css] Add `django-rangefilter` style optimizations.
|
- [css] Add `django-rangefilter` style optimizations.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = "0.22.1"
|
__version__ = "0.22.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue