Skip to content

Commit 8aed539

Browse files
committed
Bump and release 0.21.0
1 parent 5056ce2 commit 8aed539

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.21.0 2025-01-01
2+
-----------------
3+
4+
* Add a OpenAPIProvider to allow for customisation.
5+
* Raise a RuntimeError on request validation if neither pydantic nor
6+
msgspec are installed.
7+
* Switch from ResponseHeadersValidationError to RuntimeError if a
8+
Response is attempted to be validated.
9+
110
0.20.1 2024-12-31
211
-----------------
312

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quart-schema"
3-
version = "0.20.1"
3+
version = "0.21.0"
44
description = "A Quart extension to provide schema validation"
55
authors = [
66
{name = "pgjones", email = "[email protected]"},

0 commit comments

Comments
 (0)