From 568d24d1d43de7d8ca1c6b65757be67d8957bbc4 Mon Sep 17 00:00:00 2001 From: "badabump-release-bot[bot]" <73354554+badabump-release-bot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:51:20 +0000 Subject: [PATCH] chore: 1.2.0 Release (#59) Release new version, which supports latest aiohttp 3.8.0 release and ensures support of Python 3.9 & 3.10. Features: --------- - Support latest aiohttp release (#55) Refactoring: ------------ - Move code to src directory Other: ------ - Update pre-commit hooks - Massive updates to internal library infrastructure - Bump pre-commit hooks - Update config - Bump github actions to use - Update library infrastructure - Update package version - Update common files - (**deps-dev**) bump pytest from 6.0.1 to 6.1.0 (#29) - (**deps-dev**) bump coverage from 5.2.1 to 5.3 (#28) - (**deps**) bump aiohttp from 3.6.2 to 3.7.2 (#30) - (**deps-dev**) bump pytest from 6.1.0 to 6.1.2 (#31) - Use Python 3.10 as dev version (#52) - (**deps**) bump actions/checkout from 2.3.4 to 2.3.5 (#53) - Update docs requirements (#54) - Bump requirements for docs (#56) - Switch to Furo theme (#57) - Update Read the Docs configuration (#58) Co-authored-by: playpauseandstop --- CHANGELOG.rst | 35 +++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c303233..039bd74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,38 @@ +1.2.0 (2021-11-01) +================== + +Release new version, which supports latest aiohttp 3.8.0 release and ensures support +of Python 3.9 & 3.10. + +**Features:** + +- Support latest aiohttp release (#55) + +**Refactoring:** + +- Move code to src directory + +**Other:** + +- Update pre-commit hooks +- Massive updates to internal library infrastructure +- Bump pre-commit hooks +- Update config +- Bump github actions to use +- Update library infrastructure +- Update package version +- Update common files +- (**deps-dev**) bump pytest from 6.0.1 to 6.1.0 (#29) +- (**deps-dev**) bump coverage from 5.2.1 to 5.3 (#28) +- (**deps**) bump aiohttp from 3.6.2 to 3.7.2 (#30) +- (**deps-dev**) bump pytest from 6.1.0 to 6.1.2 (#31) +- Use Python 3.10 as dev version (#52) +- (**deps**) bump actions/checkout from 2.3.4 to 2.3.5 (#53) +- Update docs requirements (#54) +- Bump requirements for docs (#56) +- Switch to Furo theme (#57) +- Update Read the Docs configuration (#58) + ========= Changelog ========= diff --git a/pyproject.toml b/pyproject.toml index 1897cf0..621abcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ ignore_errors = true [tool.poetry] name = "aiohttp-middlewares" -version = "1.1.0" +version = "1.2.0" description = "Collection of useful middlewares for aiohttp applications." authors = ["Igor Davydenko "] license = "BSD-3-Clause"