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 Jul 3, 2023
1 parent 0d21be6 commit d0e898d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.5.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.5.0) - 2023-07-03
- Add `Django 4.2` support.
- Drop `Django 2.2` support.
- Fix `Django 3.0` compatibility.
- Add translations (`en`, `it`, `ru`).
- Add `pyupgrade` to `pre-commit` config.
- Add `django-upgrade` to `pre-commit` hooks.
- Run `pre-commit` also with `tox`.
- Switch from `setup.cfg` to `pyproject.toml`.
- Replace `flake8` with `Ruff`.
- Pin test requirements.
- Bump requirements.

## [0.4.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.4.0) - 2022-12-13
- Add `Python 3.11` and `Django 4.1` support.
- Drop `Python < 3.8` and `Django < 2.2` support. #19
Expand Down
2 changes: 1 addition & 1 deletion redirects/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "django-redirects"
__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit d0e898d

Please sign in to comment.