Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Sep 24, 2023
1 parent 8bf5fef commit 8e255b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-acl"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -54,4 +54,4 @@ incremental = false
debug = 0

[profile.release]
strip = true
#strip = true
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.4.0
* Now sandboxes rustc (and thus proc macros)
* Config version bumped to 2 (enables sandboxing of rustc)
* Fixed passing arguments via `cargo acl run`
* Minimum supported Rust version bumped to 1.70

# Version 0.3.0
* Renamed to cargo-acl
* UI now only activates when necessary.
Expand Down

0 comments on commit 8e255b9

Please sign in to comment.