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 fe5cbd6

Browse files
authoredApr 18, 2023
Merge pull request #136 from mirumee/release_0_6
Release 0.6.0
2 parents b728881 + b1a4460 commit fe5cbd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## 0.6.0 (2023-04-18)
44

55
- Changed logic how custom scalar imports are generated. Deprecated `import_` key.
66
- Added escaping of GraphQL names which are Python keywords by appending `_` to them.

‎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.5.0"
9+
version = "0.6.0"
1010
readme = "README.md"
1111
classifiers = [
1212
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)
Please sign in to comment.