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 5dee177 commit 9f3fc0cCopy full SHA for 9f3fc0c
juniper_hyper/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
- Compatibility with the latest `juniper`.
4
5
+# [[0.7.1] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.7.1)
6
+
7
+- Compatibility with the latest `juniper`.
8
9
# [[0.7.0] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.7.0)
10
11
- **[Breaking change]** Remove unneccesary `Result`s ([#889](https://github.com/graphql-rust/juniper/pull/889))
juniper_hyper/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "juniper_hyper"
-version = "0.7.0"
+version = "0.7.1"
edition = "2018"
authors = ["Damir Vandic <[email protected]>"]
description = "Juniper GraphQL integration with Hyper"
0 commit comments