Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 11, 2022
1 parent 52ea5e3 commit 5f927a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit 5f927a3

Please sign in to comment.