Release juniper_hyper 0.7.0

This commit is contained in:
Christian Legnitto 2021-04-03 15:54:19 -10:00
parent 178dc6cf94
commit 5225b9e06c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# master
- Compatibility with the latest `juniper`.
# [[0.7.0] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.7.0)
- **[Breaking change]** Remove unneccesary `Result`s ([#889](https://github.com/graphql-rust/juniper/pull/889))
# [[0.6.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.3)

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_hyper"
version = "0.6.3"
version = "0.7.0"
edition = "2018"
authors = ["Damir Vandic <info@dvic.io>"]
description = "Juniper GraphQL integration with Hyper"