Skip to content

Commit

Permalink
Merge pull request #208 from mirumee/release_0_9
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
mat-sop authored Sep 11, 2023
2 parents c411e3c + 8bd9278 commit 6ce4f1d
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.9.0 (2023-09-11)

- Fixed generating operation string for nested inline fragments.
- Removed scalars module. Changed generated models and client to use annotated types for custom scalars. Removed `scalars_module_name` option. Removed `generate_scalars_module`, `generate_scalars_cod`, `generate_scalar_annotation` and `generate_scalar_imports` plugin hooks.
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.8.0"
version = "0.9.0"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit 6ce4f1d

Please sign in to comment.