From aa4399573da522b37898daf5d199b3eaf7336718 Mon Sep 17 00:00:00 2001 From: pgjones Date: Tue, 13 Feb 2024 22:20:44 +0000 Subject: [PATCH] Bump and release 0.19.1 --- CHANGELOG.rst | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43957f5..45265c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 40bcbe2..d6cb144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] classifiers = [