Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smmoosavi committed May 31, 2024
1 parent 28b8eb2 commit 4308e86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - ReleaseDate

## [0.9.0] - 2024-05-31

### Changed

- use async-graphql 7
Expand Down Expand Up @@ -416,7 +418,8 @@ struct AnotherType {}
- add `Output` associated type to `GetOutputTypeRef` and `GetInputTypeRef`

<!-- next-url -->
[Unreleased]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/smmoosavi/dynamic-graphql/compare/v0.7.2...v0.7.3
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dynamic-graphql"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
license = "MIT"
description = "Dynamic GraphQL schema"
Expand All @@ -14,7 +14,7 @@ categories = ["network-programming"]
[dependencies]
fnv = "1"
async-graphql = { version= "7.0.5", features = ["dynamic-schema"] }
dynamic-graphql-derive = { path = "./derive", version = "0.8.1" }
dynamic-graphql-derive = { path = "./derive", version = "0.9.0" }

[dev-dependencies]
graphql-parser = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dynamic-graphql-derive"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
license = "MIT"
description = "Dynamic GraphQL schema macro"
Expand Down

0 comments on commit 4308e86

Please sign in to comment.