Skip to content

Commit 5a8d4c0

Browse files
committed
Release juniper_rocket 0.7.1
1 parent 44f086b commit 5a8d4c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

juniper_rocket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Compatibility with the latest `juniper`.
44

5+
# [[0.7.1] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.1)
6+
7+
- Compatibility with the latest `juniper`.
8+
59
# [[0.7.0] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.0)
610

711
- 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).

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_rocket"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2018"
55
authors = [
66
"Magnus Hallin <[email protected]>",

0 commit comments

Comments
 (0)