From 5f927a36b0180798c3c0458540b948f629c37b90 Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Thu, 11 Aug 2022 11:43:24 +0200 Subject: [PATCH] 1.10.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb4b3e995..272cbdfcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -318,3 +318,11 @@ [1.9.2] - update installation extras + +[1.10.0] + +- breaking: update handling of status code <100, 204 or 304 +- fix: adding only new routes to the route_map by @Dr-Emann +- refactor: tidy up exceptions +- refactor: update `to_response` and datastructures +- refactor: update installation extras diff --git a/pyproject.toml b/pyproject.toml index 120477cad3..82f5023f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlite" -version = "1.9.2" +version = "1.10.0" description = "Light-weight and flexible ASGI API Framework" authors = ["Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld ", "Peter Schutt ", "Cody Fincher "]