Release juniper_hyper 0.6.0

This commit is contained in:
Christian Legnitto 2020-12-09 19:20:43 -10:00
parent bfe627e573
commit 17523aebd4
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
- Compatibility with the latest `juniper`. - Compatibility with the latest `juniper`.
# [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.0)
- Compatibility with the latest `juniper`.
## Breaking Changes ## Breaking Changes
- `juniper_hyper::graphiql` now requires a second parameter for subscriptions. - `juniper_hyper::graphiql` now requires a second parameter for subscriptions.

View file

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