Skip to content

Commit

Permalink
Merge pull request #239 from mirumee/release_0_10
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
mat-sop authored Nov 15, 2023
2 parents 16bc6b3 + 29642ce commit d750639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## UNRELEASED
## 0.10.0 (2023-11-15)

- Fixed generating results for nullable fields with nullable directives.
- Changed `include_comments` option to accept enum value, changed default to `"stable"`, deprecated boolean support. Added `get_file_comment` plugin hook.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "ariadne-codegen"
description = "Generate fully typed GraphQL client from schema, queries and mutations!"
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
version = "0.9.0"
version = "0.10.0"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit d750639

Please sign in to comment.