From c94bf630285bb54f036b02d5a4fd8e6d6ac2926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sopi=C5=84ski?= Date: Thu, 1 Jun 2023 12:52:42 +0200 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1556cfc..07e7fd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.7.0 (2023-06-01) - Added support for subscriptions as async generators. - Changed how fragments are handled to generate separate module with fragments as mixins. diff --git a/pyproject.toml b/pyproject.toml index df829473..965ef2df 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.6.0" +version = "0.7.0" readme = "README.md" classifiers = [ "Development Status :: 4 - Beta",