Skip to content

Commit 0d683f3

Browse files
authored
Merge pull request #229 from rust-secure-code/release-v0.7.1
Release v0.7.1
2 parents 2a3901c + 641fba5 commit 0d683f3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-auditable/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.1] - 2025-10-19
9+
10+
### Changed
11+
12+
- Turned a hard error into a warning when `rustc` is called in a compilation command without `--crate-name` or `--out-dir`, for compatibility with exotic proc macros such as `crabtime`.
13+
14+
## [0.7.0] - 2025-07-04
15+
16+
### Added
17+
18+
- cargo-auditable can now use [Cargo's native SBOM precursor](https://doc.rust-lang.org/cargo/reference/unstable.html#sbom) for more accurate dependency trees. This feature is nightly-only as of this writing.
19+
- Introduced the `format` field to the encoded data, to let the data consumer know how the dependency tree was obtained (e.g. via the SBOM precursor or not)
20+
21+
### Fixed
22+
23+
- Procedural macros are no longer erroneously reported as runtime dependencies. If the `format` field is set to 1 higher, they should be assumed to be reported correctly.
24+
825
## [0.6.7] - 2025-05-04
926

1027
### Changed

cargo-auditable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-auditable"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["Sergey \"Shnatsel\" Davidoff <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)