Skip to content

Commit 8880b5c

Browse files
committed
Fill in the changelog for cargo-cyclonedx v0.5.0
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent a9ff97d commit 8880b5c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

cargo-cyclonedx/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.0 - 2024-02-27
9+
10+
### Added
11+
12+
- Added `--output-pattern=binary` for outputting a separate SBOM for each individual resulting binary in a package, and `--output-pattern=cargo-target` for a SBOM for each Cargo target including rlibs that do not produce executable artifacts. ([#619]) ([#630])
13+
- When using Rust 1.77 and later, the package hashes for crates originating from package registries are now recorded. ([#620])
14+
15+
### Changed
16+
- The `.cdx` suffix is now always added to the end of the filename in all cases when the filename isn't literally "bom", to comply with the CycloneDX specification ([#602])
17+
818
## 0.4.1 - 2023-11-23
919

1020
### Added
@@ -75,4 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7585
[#542]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/542
7686
[#553]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/553
7787
[#554]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/554
78-
[#561]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/561
88+
[#561]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/561
89+
[#602]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/602
90+
[#619]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/619
91+
[#620]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/620
92+
[#630]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/630

0 commit comments

Comments
 (0)