Skip to content

Commit

Permalink
chore: 1.2.0 Release (#59)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
1 parent b673dc5 commit 568d24d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
=========
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 568d24d

Please sign in to comment.