Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Aug 29, 2022
1 parent b966426 commit 09ff553
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
@@ -1,5 +1,10 @@
# Changelog

[1.15.0]

- `examples/` directory and tests for complete documentation examples
- replace `pydantic-openapi-schema` import from `v3_0_3` with import from `v3_10_0`

[1.14.1]

- fix OpenAPI schema for `UploadFile`
Expand Down
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.14.2"
version = "1.15.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 09ff553

Please sign in to comment.