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