Skip to content

Commit aa43995

Browse files
committed
Bump and release 0.19.1
1 parent d6ac41d commit aa43995

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.19.1 2024-02-13
2+
-----------------
3+
4+
* Bugfix the Scalar template.
5+
* Improve the error message if neither msgpec nor pydantic installed.
6+
* Use msgpec JSON conversion if Pydantic isn't installed.
7+
18
0.19.0 2024-01-22
29
-----------------
310

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quart-schema"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "A Quart extension to provide schema validation"
55
authors = ["pgjones <[email protected]>"]
66
classifiers = [

0 commit comments

Comments
 (0)