From c003c8149d652209392124d391762cbb62f31028 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sat, 3 Apr 2021 15:42:33 -1000 Subject: [PATCH] Release juniper_warp 0.6.3 --- juniper_warp/CHANGELOG.md | 4 ++++ juniper_warp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_warp/CHANGELOG.md b/juniper_warp/CHANGELOG.md index e58f7820..24cd8421 100644 --- a/juniper_warp/CHANGELOG.md +++ b/juniper_warp/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.6.3] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.6.3) + +- Compatibility with the latest `juniper`. + # [[0.6.2] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.6.2) - Compatibility with the latest `juniper`. diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml index 68268ff3..d88ac28c 100644 --- a/juniper_warp/Cargo.toml +++ b/juniper_warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_warp" -version = "0.6.2" +version = "0.6.3" edition = "2018" authors = ["Tom Houlé "] description = "Juniper GraphQL integration with Warp"