Skip to content

Commit

Permalink
Bump and release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Feb 13, 2024
1 parent d6ac41d commit aa43995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.19.1 2024-02-13
-----------------

* Bugfix the Scalar template.
* Improve the error message if neither msgpec nor pydantic installed.
* Use msgpec JSON conversion if Pydantic isn't installed.

0.19.0 2024-01-22
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-schema"
version = "0.19.0"
version = "0.19.1"
description = "A Quart extension to provide schema validation"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
Expand Down

0 comments on commit aa43995

Please sign in to comment.