Skip to content

Commit 5eecc01

Browse files
authored
Version 0.21.0 (#376)
1 parent 52bd6c6 commit 5eecc01

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.21.0
2+
3+
This release reverted the previous attempt on support Python 3.14 because it was
4+
[not working as expected](https://github.com/Kludex/mangum/issues/361), and added
5+
proper support for Python 3.14 with minimal changes.
6+
7+
* Support Python 3.14 by @Kludex in https://github.com/Kludex/mangum/pull/375
8+
* Revert "Support Python 3.14 (#354)" by @Kludex in https://github.com/Kludex/mangum/pull/364
9+
110
# 0.20.0
211

312
* Support Python 3.14 by @Kludex in https://github.com/Kludex/mangum/pull/354

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mangum"
7-
version = "0.20.0"
7+
version = "0.21.0"
88
authors = [
99
{ name = "Jordan Eremieff", email = "jordan@eremieff.com" },
1010
{ name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)