Skip to content

Commit

Permalink
Merge pull request #167 from mirumee/release_0_7
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
mat-sop committed Jun 1, 2023
2 parents c60fe97 + c94bf63 commit 587e492
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.7.0 (2023-06-01)

- Added support for subscriptions as async generators.
- Changed how fragments are handled to generate separate module with fragments as mixins.
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 = "hello@mirumee.com" }]
version = "0.6.0"
version = "0.7.0"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 587e492

Please sign in to comment.