We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b728881 + b1a4460 commit fe5cbd6Copy full SHA for fe5cbd6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## UNRELEASED
+## 0.6.0 (2023-04-18)
4
5
- Changed logic how custom scalar imports are generated. Deprecated `import_` key.
6
- Added escaping of GraphQL names which are Python keywords by appending `_` to them.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "ariadne-codegen"
7
description = "Generate fully typed GraphQL client from schema, queries and mutations!"
8
authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }]
9
-version = "0.5.0"
+version = "0.6.0"
10
readme = "README.md"
11
classifiers = [
12
"Development Status :: 4 - Beta",
0 commit comments