Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Jul 24, 2022
1 parent 616554f commit 971ece1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,8 @@

- Add `Swagger-UI` support @timwedde
- Add orjson support to websockets

[1.7.2]

- Allow `Partial` to annotate fields of nested classes @Harry-Lees
- Add `OpenAPIConfig.use_handler_docstring` param
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.7.1"
version = "1.7.2"
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 971ece1

Please sign in to comment.