Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed May 25, 2022
1 parent c963709 commit 832e0db
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 @@ -183,3 +183,11 @@

- fix static path resolution when static files are served from "/"
- refactor logging

[1.3.3]

- update pydantic to 1.9.1

[1.3.4]

- fix `DTOFactory` handling of optional fields @peterschutt
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.3.3"
version = "1.3.4"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Ashwin Vinod <[email protected]>"]
Expand Down

0 comments on commit 832e0db

Please sign in to comment.