From 29642cebc7de0051d5a9e19c8e3c26bb91fb3078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sopi=C5=84ski?= Date: Wed, 15 Nov 2023 15:36:54 +0100 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47513665..1a0a3d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.10.0 (2023-11-15) - Fixed generating results for nullable fields with nullable directives. - Changed `include_comments` option to accept enum value, changed default to `"stable"`, deprecated boolean support. Added `get_file_comment` plugin hook. diff --git a/pyproject.toml b/pyproject.toml index 2dfb16f0..59306d79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "ariadne-codegen" description = "Generate fully typed GraphQL client from schema, queries and mutations!" authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] -version = "0.9.0" +version = "0.10.0" readme = "README.md" license = { file = "LICENSE" } classifiers = [