Release juniper_rocket 0.3.0

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

View file

@ -1,5 +1,9 @@
# master # master
- Compatibility with the latest `juniper`.
# [[0.3.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.3.0)
- Expose the operation names from `GraphQLRequest`. - Expose the operation names from `GraphQLRequest`.
- Compatibility with the latest `juniper`. - Compatibility with the latest `juniper`.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "juniper_rocket" name = "juniper_rocket"
version = "0.2.0" version = "0.3.0"
authors = [ authors = [
"Magnus Hallin <mhallin@fastmail.com>", "Magnus Hallin <mhallin@fastmail.com>",
"Christoph Herzog <chris@theduke.at>", "Christoph Herzog <chris@theduke.at>",