diff --git a/Cargo.lock b/Cargo.lock index a709e3d..350dc31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "cargo-acl" -version = "0.6.0" +version = "0.7.0" dependencies = [ "addr2line", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 73dd4d8..482d3c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-acl" -version = "0.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.70" license = "MIT OR Apache-2.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 70c51eb..f9f7f9b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# 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 + positives. +* Added `--output-format` flag to `summary` subcommand. Thanks teromene@ + # Version 0.6.0 * Fixed a bug where API usages by dependencies of proc-macros were not properly checked. * Pass environment variables set by build scripts to sandboxed rustc.