We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178dc6c commit 5225b9eCopy full SHA for 5225b9e
juniper_hyper/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# master
2
3
+- Compatibility with the latest `juniper`.
4
+
5
+# [[0.7.0] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.7.0)
6
7
- **[Breaking change]** Remove unneccesary `Result`s ([#889](https://github.com/graphql-rust/juniper/pull/889))
8
9
# [[0.6.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.3)
juniper_hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "juniper_hyper"
-version = "0.6.3"
+version = "0.7.0"
edition = "2018"
authors = ["Damir Vandic <[email protected]>"]
description = "Juniper GraphQL integration with Hyper"
0 commit comments