Update `CHANGELOG` and version.
parent
3b055dd7cc
commit
bf72f6c982
|
|
@ -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.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.1) - 2022-10-13
|
||||||
|
- Fix `KeyError` raised by `django-rangefilter`.
|
||||||
|
- [css] Add `django-rangefilter` style optimizations.
|
||||||
|
- [css] Fix list-filter dropdown vertical margins.
|
||||||
|
- [css] Fix calendar prev/next arrows style.
|
||||||
|
|
||||||
## [0.22.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.0) - 2022-10-12
|
## [0.22.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.0) - 2022-10-12
|
||||||
- Add CI checks for migrations and translations. #184 (by [@merwok](https://github.com/merwok) in #186)
|
- Add CI checks for migrations and translations. #184 (by [@merwok](https://github.com/merwok) in #186)
|
||||||
- Add option for list filter quick remove. #181 (by [@merwok](https://github.com/merwok) in #183)
|
- Add option for list filter quick remove. #181 (by [@merwok](https://github.com/merwok) in #183)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = "0.22.0"
|
__version__ = "0.22.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue