Release juniper_warp 0.3.0

This commit is contained in:
Christian Legnitto 2019-05-16 19:14:16 -07:00
parent 81a2c2bd90
commit 4eea56351b
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
- Compatibility with the latest `juniper`.
# [[0.3.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.3.0)
- Compatibility with the latest `juniper`.
# [0.2.0] 2018-12-17
- **[Breaking Change]** The minimum required `warp` version is now `0.1.8`.

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_warp"
version = "0.2.0"
version = "0.3.0"
authors = ["Tom Houlé <tom@tomhoule.com>"]
description = "Juniper GraphQL integration with Warp"
license = "BSD-2-Clause"