Skip to content

Commit

Permalink
Bump and release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jan 1, 2025
1 parent 5056ce2 commit 8aed539
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.21.0 2025-01-01
-----------------

* Add a OpenAPIProvider to allow for customisation.
* Raise a RuntimeError on request validation if neither pydantic nor
msgspec are installed.
* Switch from ResponseHeadersValidationError to RuntimeError if a
Response is attempted to be validated.

0.20.1 2024-12-31
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quart-schema"
version = "0.20.1"
version = "0.21.0"
description = "A Quart extension to provide schema validation"
authors = [
{name = "pgjones", email = "[email protected]"},
Expand Down

0 comments on commit 8aed539

Please sign in to comment.