Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 12, 2022
1 parent ef5d3f5 commit 0a1e6b8
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 48 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,7 @@
- refactor: tidy up exceptions
- refactor: update `to_response` and datastructures
- refactor: update installation extras

[1.10.1]

- fix: regression in StaticFiles of resolution of index.html in `html_mode=True`
94 changes: 47 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0"
version = "1.10.1"
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 0a1e6b8

Please sign in to comment.