From 4152a4eb8d325e382f41e4b04628671565f12a2d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Thu, 26 Sep 2024 22:43:14 +0200 Subject: [PATCH] Version 0.19.0 (#338) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b0fab..9046731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.19.0 + +* Add support for [Lifespan State](https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state). + # 0.18.0 No changes were made compared to 0.18.0a1. diff --git a/pyproject.toml b/pyproject.toml index 72f284a..3eb95cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mangum" -version = "0.18.0" +version = "0.19.0" authors = [ { name = "Jordan Eremieff", email = "jordan@eremieff.com" }, { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" },