File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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.12.0] ( https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.12.0 ) - 2025-04-03
8
+ - Add ` Django 5.2 ` support.
9
+ - Drop ` Python 3.8 ` , ` Python 3.9 ` and ` Django 3.x ` support.
10
+ - Support plain ` Django ` forms. #211 (in #212 )
11
+ - Bump ` pre-commit ` hooks.
12
+ - Bump requirements.
13
+
7
14
## [ 0.11.0] ( https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.11.0 ) - 2023-12-05
8
15
- Add ` Python 3.12 ` support.
9
16
- Add ` Django 5.0 ` support.
Original file line number Diff line number Diff line change 4
4
__email__ = "jared@jaredforsyth.com, fabio.caccamo@gmail.com"
5
5
__license__ = "MIT"
6
6
__title__ = "django-colorfield"
7
- __version__ = "0.11 .0"
7
+ __version__ = "0.12 .0"
You can’t perform that action at this time.
0 commit comments