From db12127972744ef07b9df87cca4939eb9c046a3d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 19 Aug 2019 12:25:27 -0700 Subject: [PATCH] Release 0.1.6 --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a92f785..c89f83a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autocfg" -version = "0.1.5" +version = "0.1.6" authors = ["Josh Stone "] license = "Apache-2.0/MIT" repository = "https://github.com/cuviper/autocfg" diff --git a/README.md b/README.md index 2ba4120..40004a8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ should only be used when the compiler supports it. ## Release Notes +- 0.1.6 (2019-08-19) + - Add `probe`/`emit_sysroot_crate`, by @leo60228 + - 0.1.5 (2019-07-16) - Mask some warnings from newer rustc.