Skip to content

Commit 2f5e3ab

Browse files
theduketheduke
authored andcommitted
0.11.1 Release
* Changelog * Cargo.toml version bumps
1 parent 8dd2eaf commit 2f5e3ab

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

juniper/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
- The minimum required Rust version is now `1.30.0`.
44

5+
# [0.11.1] 2018-12-19
6+
7+
## Changes
8+
9+
- The minimum required Rust version is now `1.30`.
10+
- All macros and the custom derives now support the macro system changes properly
11+
and also support Rust 2018 edition crates.
12+
13+
[#298](https://github.com/graphql-rust/juniper/pull/298)
14+
515
# [0.11.0] 2018-12-17
616

717
## Changes
818

9-
- The minimum required Rust version is now `1.28.0`.
19+
- The minimum required Rust version is now `1.30.0`.
1020

1121
[#271](https://github.com/graphql-rust/juniper/pull/271)
1222

juniper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = [
55
"Magnus Hallin <[email protected]>",
66
"Christoph Herzog <[email protected]>",
@@ -31,7 +31,7 @@ default = [
3131
]
3232

3333
[dependencies]
34-
juniper_codegen = { version = "0.11.0", path = "../juniper_codegen" }
34+
juniper_codegen = { version = "0.11.1", path = "../juniper_codegen" }
3535

3636
fnv = "1.0.3"
3737
indexmap = { version = "1.0.0", features = ["serde-1"] }

juniper_codegen/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_codegen"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = [
55
"Magnus Hallin <[email protected]>",
66
"Christoph Herzog <[email protected]>",

0 commit comments

Comments
 (0)