Skip to content

Commit fb63759

Browse files
authored
Merge pull request #631 from Shnatsel/changelog
Fill in the changelog for cargo-cyclonedx v0.5.0
2 parents 5c63eb7 + 93fc84c commit fb63759

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

cargo-cyclonedx/CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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 - UNRELEASED
9+
10+
### Added
11+
12+
- Added `--describe` flag to control what is described by the SBOM: the crate as a whole in a single SBOM file, a separate SBOM file for every binary (executable or cdylib), or a separate SBOM file for every [Cargo target](https://doc.rust-lang.org/cargo/reference/cargo-targets.html) including rlibs and other kinds that do not produce executable artifacts. ([#619]) ([#630]) ([#634])
13+
- Added an option to output CycloneDX v1.4 with `--spec-version=1.4`. The recorded data are the same between v1.3 and v1.4 outputs. ([#634])
14+
- When using Rust 1.77 and later, the package hashes for crates originating from package registries are now recorded. ([#620])
15+
16+
### Changed
17+
- `cargo cyclonedx` now displays the progress information for Cargo operations, such as updating the crates.io index. This can be suppressed with the `-q` flag. `-qq` is now required to suppress warnings. ([#634])
18+
- Introduced the `--override-filename` flag replacing the `--output-prefix` and `--output-pattern` flags. ([#634])
19+
- The `.cdx` suffix is now always added to the end of the filename in all cases when the filename isn't manually overridden, to comply with the CycloneDX specification. The `--output-cdx` flag that previously controlled this behavior is removed. ([#602]) ([#634])
20+
821
## 0.4.1 - 2023-11-23
922

1023
### Added
@@ -54,7 +67,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5467

5568
- Removed the configuration through `Cargo.toml`. This is a fundamentally wrong place to record it. ([#520]) If you have use cases for a configuration file, please let us know by [filing an issue](https://github.com/CycloneDX/cyclonedx-rust-cargo/issues).
5669

57-
5870
[#363]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/363
5971
[#365]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/365
6072
[#443]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/443
@@ -75,4 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7587
[#542]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/542
7688
[#553]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/553
7789
[#554]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/554
78-
[#561]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/561
90+
[#561]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/561
91+
[#602]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/602
92+
[#619]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/619
93+
[#620]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/620
94+
[#630]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/630
95+
[#634]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/634

0 commit comments

Comments
 (0)