Release juniper_warp 0.6.0

This commit is contained in:
Christian Legnitto 2020-12-09 20:06:03 -10:00
parent 270deb24dc
commit 9a8d98a0b1
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# master
- Compatibility with the latest `juniper`.
# [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.6.0)
- Compatibility with the latest `juniper`.
- Changed the implementation place of GraphQLBatchRequest and GraphQLBatchResponse in `juniper_warp`
to `juniper` to be reused in other http integrations, since this implementation was private.

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_warp"
version = "0.5.2"
version = "0.6.0"
edition = "2018"
authors = ["Tom Houlé <tom@tomhoule.com>"]
description = "Juniper GraphQL integration with Warp"