From 3c0bd167e7e2c5f0024e16660720bc8e8ce6a2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Mon, 4 Mar 2024 16:52:14 +0100 Subject: [PATCH] Ariadne Codegen 0.13 --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2c5c73..9c6bebc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG -## 0.13.0 (UNRELEASED) +## 0.13.0 (2024-03-4) - Fixed `str_to_snake_case` utility to capture fully capitalized words followed by an underscore. - Re-added `model_rebuild` calls for models with forward references. +- Fixed potential name conflicts between field args and generated client's method code. ## 0.12.0 (2024-02-05) diff --git a/pyproject.toml b/pyproject.toml index bddcc760..89f8bb40 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.12.0" +version = "0.13.0" readme = "README.md" license = { file = "LICENSE" } classifiers = [