Skip to content

Commit aa5c310

Browse files
committed
Populate changelog for v0.7.0
1 parent 2a3901c commit aa5c310

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cargo-auditable/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.0] - 2025-07-04
9+
10+
### Added
11+
12+
- 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.
13+
- 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)
14+
15+
### Fixed
16+
17+
- 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.
18+
819
## [0.6.7] - 2025-05-04
920

1021
### Changed

0 commit comments

Comments
 (0)