Skip to content

Commit 2e0f2ff

Browse files
committed
Populate changelog
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent 9fc0a41 commit 2e0f2ff

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cargo-cyclonedx/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.5.7 - 2024-11-30
9+
10+
### Added
11+
12+
- Cargo.lock v4 format stabilized in Rust 1.78 is now supported. ([#772]) Previously the SBOM would be generated but package hashes would not be recorded in presence of v4 lockfiles.
13+
- The `component.author` field is now set to comma-separated list of authors ([#770]). We'd like to use `component.authors` instead once CycloneDX v1.6 is supported.
14+
815
## 0.5.6 - 2024-11-07
916

1017
### Added
@@ -148,4 +155,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148155
[#727]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/727
149156
[#746]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/746
150157
[#755]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/755
151-
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
158+
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
159+
[#770]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/770
160+
[#772]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/772

0 commit comments

Comments
 (0)