Skip to content

Commit 367be34

Browse files
committed
Bump and release 0.22.0
1 parent ec02024 commit 367be34

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.22.0 2025-04-27
2+
-----------------
3+
4+
* Allow Blueprints to be deprecated, tagged, marked with security
5+
schemes.
6+
* Support TypedDicts as a type using Pydantic for validation.
7+
* Bugfix ServerVariable.enum should be an optional list of strings.
8+
* Bugfix Use url_for for the openapi path in the docs templates to get
9+
the correct path.
10+
111
0.21.0 2025-01-01
212
-----------------
313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quart-schema"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
description = "A Quart extension to provide schema validation"
55
authors = [
66
{name = "pgjones", email = "philip.graham.jones@googlemail.com"},

0 commit comments

Comments
 (0)