Skip to content

Commit 2c73e19

Browse files
committed
Bump and release 0.20.1
1 parent bc8bf2a commit 2c73e19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.20.1 2024-12-31
2+
-----------------
3+
4+
* Bugfix any converter to openapi schema
5+
* Bugfix ensure the OpenAPI field names are camelized.
6+
* Support Python 3.13, drop Python 3.8.
7+
18
0.20.0 2024-05-20
29
-----------------
310

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.0"
3+
version = "0.20.1"
44
description = "A Quart extension to provide schema validation"
55
authors = [
66
{name = "pgjones", email = "[email protected]"},

0 commit comments

Comments
 (0)