0.11.1 Release

* Changelog
* Cargo.toml version bumps
This commit is contained in:
Christoph Herzog 2018-12-19 02:08:49 +01:00 committed by theduke
parent 8dd2eafef8
commit 2f5e3ab29b
3 changed files with 14 additions and 4 deletions

View file

@ -2,11 +2,21 @@
- The minimum required Rust version is now `1.30.0`. - The minimum required Rust version is now `1.30.0`.
# [0.11.1] 2018-12-19
## Changes
- The minimum required Rust version is now `1.30`.
- All macros and the custom derives now support the macro system changes properly
and also support Rust 2018 edition crates.
[#298](https://github.com/graphql-rust/juniper/pull/298)
# [0.11.0] 2018-12-17 # [0.11.0] 2018-12-17
## Changes ## Changes
- The minimum required Rust version is now `1.28.0`. - The minimum required Rust version is now `1.30.0`.
[#271](https://github.com/graphql-rust/juniper/pull/271) [#271](https://github.com/graphql-rust/juniper/pull/271)

View file

@ -1,6 +1,6 @@
[package] [package]
name = "juniper" name = "juniper"
version = "0.11.0" version = "0.11.1"
authors = [ authors = [
"Magnus Hallin <mhallin@fastmail.com>", "Magnus Hallin <mhallin@fastmail.com>",
"Christoph Herzog <chris@theduke.at>", "Christoph Herzog <chris@theduke.at>",
@ -31,7 +31,7 @@ default = [
] ]
[dependencies] [dependencies]
juniper_codegen = { version = "0.11.0", path = "../juniper_codegen" } juniper_codegen = { version = "0.11.1", path = "../juniper_codegen" }
fnv = "1.0.3" fnv = "1.0.3"
indexmap = { version = "1.0.0", features = ["serde-1"] } indexmap = { version = "1.0.0", features = ["serde-1"] }

View file

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