Skip to content

Commit

Permalink
Merge pull request #282 from mirumee/release-codegen-0-13
Browse files Browse the repository at this point in the history
Ariadne Codegen 0.13
  • Loading branch information
rafalp authored Mar 4, 2024
2 parents 379ba40 + 3c0bd16 commit ba664b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
version = "0.12.0"
version = "0.13.0"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit ba664b5

Please sign in to comment.