File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 0.13.0 (UNRELEASED )
3
+ ## 0.13.0 (2024-03-4 )
4
4
5
5
- Fixed ` str_to_snake_case ` utility to capture fully capitalized words followed by an underscore.
6
6
- Re-added ` model_rebuild ` calls for models with forward references.
7
+ - Fixed potential name conflicts between field args and generated client's method code.
7
8
8
9
9
10
## 0.12.0 (2024-02-05)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
name = " ariadne-codegen"
7
7
description = " Generate fully typed GraphQL client from schema, queries and mutations!"
8
8
authors = [{ name = " Mirumee Software" , email = " hello@mirumee.com" }]
9
- version = " 0.12 .0"
9
+ version = " 0.13 .0"
10
10
readme = " README.md"
11
11
license = { file = " LICENSE" }
12
12
classifiers = [
You can’t perform that action at this time.
0 commit comments