Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 5, 2022
1 parent a422a5d commit 3d6d8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@

[1.8.0]

- Breaking: Replace [openapi-pydantic-schema](https://github.com/kuimono/openapi-schema-pydantic)
- [Breaking] Replace [openapi-pydantic-schema](https://github.com/kuimono/openapi-schema-pydantic)
with [pydantic-openapi-schema](https://github.com/starlite-api/pydantic-openapi-schema).
- [Stoplights Elements](https://stoplight.io/open-source/elements) OpenAPI support @aedify-swi

[1.8.1]

- Add piccolo-orm plugin
- Fix CacheConfig being broken due to pydantic validation bug
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.8.0"
version = "1.8.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 3d6d8ed

Please sign in to comment.