Skip to content

Commit 5225b9e

Browse files
committed
Release juniper_hyper 0.7.0
1 parent 178dc6c commit 5225b9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

juniper_hyper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

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+
37
- **[Breaking change]** Remove unneccesary `Result`s ([#889](https://github.com/graphql-rust/juniper/pull/889))
48

59
# [[0.6.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.3)

juniper_hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_hyper"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
edition = "2018"
55
authors = ["Damir Vandic <[email protected]>"]
66
description = "Juniper GraphQL integration with Hyper"

0 commit comments

Comments
 (0)