Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Oct 30, 2023
1 parent f5d3ba5 commit 6fa8073
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6fa8073

Please sign in to comment.