From 62abf76abe14a6febbc357c6eb5a4aa50ee07998 Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Fri, 19 Aug 2022 18:42:37 +0200 Subject: [PATCH] 1.12.0 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311473c5f9..409556e002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -341,3 +341,8 @@ [1.11.1] - hotfix: Exception raised by `issubclass` check + +[1.12.0] + +- fix: handling of "\*" in routes by @waweber + -update: middleware typing and addition of `DefineMiddleware diff --git a/pyproject.toml b/pyproject.toml index c1ff99e26b..f9f72cdfc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlite" -version = "1.11.1" +version = "1.12.0" description = "Light-weight and flexible ASGI API Framework" authors = ["Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld ", "Peter Schutt ", "Cody Fincher "]