-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: ------ - **BREAKING CHANGE:** (**cors**) Handle CORS correctly in case of HTTPException (#98) Other: ------ - Fix auto release tag workflow (#107) - Introduce reusable actions & workflows (#108) - Add tests to latest changes in CORS middleware (#109) - (**deps-dev**) bump coverage from 6.4.1 to 6.4.2 (#110) - (**deps-dev**) bump mypy from 0.961 to 0.971 (#111) - (**deps-dev**) bump pytest-asyncio from 0.18.3 to 0.19.0 (#112) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
9c6d0a3
commit 1b1bd7d
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ ignore_errors = true | |
|
||
[tool.poetry] | ||
name = "aiohttp-middlewares" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
description = "Collection of useful middlewares for aiohttp applications." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters