Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jun 13, 2023
1 parent 4505da3 commit 09ba19d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.9.0](https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.9.0) - 2023-06-13
- Add `Django 4.2` support.
- Drop `Django 2.2` support.
- Add `pyupgrade` and `django-upgrade` to `pre-commit` hooks.
- Upgrade syntax for `Python >= 3.8`.
- Set max line length to `88`.
- Switch from `setup.py` to `pyproject.toml`.
- Replace `flake8` with `Ruff`.
- Add locales (`en` and `it`).
- Add `metadata` module.
- Set max line length to `88`.
- Run `pre-commit` also with `tox`.
- Bump requirements.
- Pin test requirements.
- Rename default branch from `master` to `main`.

## [0.8.0](https://github.com/fabiocaccamo/django-colorfield/releases/tag/0.8.0) - 2022-12-02
- Drop `Python < 3.8` and `Django < 2.2` support.

Expand Down
2 changes: 1 addition & 1 deletion colorfield/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__email__ = "[email protected], [email protected]"
__license__ = "MIT"
__title__ = "django-colorfield"
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 09ba19d

Please sign in to comment.