Skip to content

Commit d750639

Browse files
authored
Merge pull request #239 from mirumee/release_0_10
Release 0.10.0
2 parents 16bc6b3 + 29642ce commit d750639

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.10.0 (2023-11-15)
44

55
- Fixed generating results for nullable fields with nullable directives.
66
- Changed `include_comments` option to accept enum value, changed default to `"stable"`, deprecated boolean support. Added `get_file_comment` plugin hook.

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.9.0"
9+
version = "0.10.0"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)