Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba664b5

Browse files
authoredMar 4, 2024··
Merge pull request #282 from mirumee/release-codegen-0-13
Ariadne Codegen 0.13
2 parents 379ba40 + 3c0bd16 commit ba664b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CHANGELOG
22

3-
## 0.13.0 (UNRELEASED)
3+
## 0.13.0 (2024-03-4)
44

55
- Fixed `str_to_snake_case` utility to capture fully capitalized words followed by an underscore.
66
- Re-added `model_rebuild` calls for models with forward references.
7+
- Fixed potential name conflicts between field args and generated client's method code.
78

89

910
## 0.12.0 (2024-02-05)

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "ariadne-codegen"
77
description = "Generate fully typed GraphQL client from schema, queries and mutations!"
88
authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }]
9-
version = "0.12.0"
9+
version = "0.13.0"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)
Please sign in to comment.