From d0e898d600e160016376888d09ebffd35ed96a18 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 3 Jul 2023 23:46:28 +0200 Subject: [PATCH] Update CHANGELOG and version. --- CHANGELOG.md | 13 +++++++++++++ redirects/metadata.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46542cd..63b73c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/redirects/metadata.py b/redirects/metadata.py index a68923d..137a1c7 100644 --- a/redirects/metadata.py +++ b/redirects/metadata.py @@ -4,4 +4,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-redirects" -__version__ = "0.4.0" +__version__ = "0.5.0"