From e8c23038b4b1084414d722d66c30f1e6463560fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Mon, 27 Mar 2023 15:34:55 +0200 Subject: [PATCH] Release 0.19 (#1063) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff1dd3eb..25dbb7967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next (UNRELEASED) +## 0.19.0 (2023-03-27) - Added `InputType` for setting Python representations of GraphQL Input types - Added support for passing `Enum` types directly to `make_executable_schema` diff --git a/pyproject.toml b/pyproject.toml index 11bc07c3c..17dff5d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.18.1" +version = "0.19.0" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"