Release juniper_rocket 0.7.0

This commit is contained in:
Christian Legnitto 2021-06-07 18:15:04 -07:00
parent 84a07c4a93
commit d286ec781e
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-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.0)
- Minimum `rocket` version is now `0.4.9`. Note this also bumps the [minimum required `rustc` version](https://github.com/SergioBenitez/Rocket/blob/v0.4/CHANGELOG.md#version-048-may-18-2021).
- Compatibility with the latest `juniper`.

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_rocket"
version = "0.6.3"
version = "0.7.0"
edition = "2018"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",