Skip to content

Commit 8ca6004

Browse files
Update version and changelog
1 parent a82ecb8 commit 8ca6004

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Re-added `model_rebuild` calls for input types with forward references.
77
- Fixed fragments on interfaces being omitted from generated client.
88
- Fixed `@Include` directive result type when using `convert_to_snake_case` option.
9+
- Added Custom query builder feature.
910

1011

1112
## 0.13.0 (2024-03-4)

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 = "[email protected]" }]
9-
version = "0.13.0"
9+
version = "0.14.0.dev1"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)