From 81a2c2bd90d0ce092eb3a6d0d8a51e8ff9755b17 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Thu, 16 May 2019 19:11:10 -0700 Subject: [PATCH] Release juniper_rocket 0.3.0 --- juniper_rocket/CHANGELOG.md | 4 ++++ juniper_rocket/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md index d2c2e44b..8b4dfc85 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -1,5 +1,9 @@ # 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`. - Compatibility with the latest `juniper`. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 77441c2a..708efaa8 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.2.0" +version = "0.3.0" authors = [ "Magnus Hallin ", "Christoph Herzog ",