From e75c5e5141ef6580ef6f9ec0cfd50b51488fdfcc Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Sat, 11 May 2024 11:28:10 +1000 Subject: [PATCH] Release 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE_NOTES.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37b293d..dd00615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "cargo-acl" -version = "0.7.0" +version = "0.8.0" dependencies = [ "addr2line", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7466fc1..1d56f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-acl" -version = "0.7.0" +version = "0.8.0" edition = "2021" rust-version = "1.74" license = "MIT OR Apache-2.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f9f7f9b..57b24cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +# Version 0.8.0 +* Ignores cargo:rustc-check-cfg= build script directives. + # Version 0.7.0 * Fixes for recent changes in rustc nightly * `std::env` no longer included in `fs` API. It shouldn't be needed and was causing some false