Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 2.4.0 Release #242

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.4.0 (2024-08-14)
==================

**Features:**

- Ensure Python 3.13 support (#239)

**Other:**

- Reflect changes to supported Python versions in README (#204)
- Monthly maintenance (Aug 2024) (#230)
- (**deps**) Bump actions/checkout in the ci-dependencies group (#231)
- (**deps**) Bump aiohttp from 3.9.3 to 3.10.3 (#233)
- (**deps**) Bump idna from 3.6 to 3.7 (#220)
- Update dev dependencies to latest versions (#240)
- (**deps-dev**) Bump the dev-dependencies group across 1 directory with 2 updates (#241)

2.3.0 (2024-02-11)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ warn_unused_ignores = true

[tool.poetry]
name = "aiohttp-middlewares"
version = "2.3.0"
version = "2.4.0"
description = "Collection of useful middlewares for aiohttp applications."
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohttp_middlewares/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "2.3.0"
__version__ = "2.4.0"


# Make flake8 happy
Expand Down