From 2f359f68892eaae9c168a56a2c7c792f81a4e171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sopi=C5=84ski?= Date: Wed, 5 Apr 2023 12:10:57 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b679ba18..b8433a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.5.0 (2023-04-05) - Added generation of GraphQL schema's Python representation. - Fixed annotations for lists. diff --git a/pyproject.toml b/pyproject.toml index 72dd7329..7c453da3 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.4.0" +version = "0.5.0" readme = "README.md" classifiers = [ "Development Status :: 4 - Beta",