Skip to content

Commit b749f95

Browse files
authored
Version 0.18.0 (#333)
1 parent a32d59d commit b749f95

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.18.0
2+
3+
No changes were made compared to 0.18.0a1.
4+
5+
# 0.18.0a1
6+
7+
* Support Python 3.13 by @Kludex in https://github.com/Kludex/mangum/pull/327
8+
19
# 0.17.0
210

311
* Remove 3.6 reference from frameworks docs by @aminalaee in https://github.com/jordaneremieff/mangum/pull/278
@@ -59,7 +67,7 @@
5967
* Resolve several issues with ALB/ELB support [#184](https://github.com/jordaneremieff/mangum/pull/184), [#189](https://github.com/jordaneremieff/mangum/pull/189), [#186](https://github.com/jordaneremieff/mangum/pull/186), [#182](https://github.com/jordaneremieff/mangum/pull/182). Thanks [nathanglover](https://github.com/nathanglover) & [jurasofish](https://github.com/jurasofish)!
6068

6169
* Refactor handlers to be separate from core logic [#170](https://github.com/jordaneremieff/mangum/pull/170). Thanks [four43](https://github.com/four43)!
62-
70+
6371
## 0.11.0
6472

6573
* Remove deprecated `enable_lifespan` parameter [#109](https://github.com/jordaneremieff/mangum/issues/109).
@@ -74,7 +82,7 @@
7482

7583
* Extract ASGI scope creation into function [#162](https://github.com/jordaneremieff/mangum/pull/162). Thanks [emcpow2](https://github.com/emcpow2)!
7684

77-
## 0.10.0
85+
## 0.10.0
7886

7987
* Remove WebSocket support to focus on HTTP [#127](https://github.com/jordaneremieff/mangum/issues/127).
8088

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.18.0a1"
7+
version = "0.18.0"
88
authors = [
99
{ name = "Jordan Eremieff", email = "jordan@eremieff.com" },
1010
{ name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" },

0 commit comments

Comments
 (0)