Skip to content

Commit

Permalink
Bump cargo-cyclonedx version and fill in changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
  • Loading branch information
Shnatsel committed Nov 7, 2024
1 parent 9a70588 commit 0fc33b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion cargo-cyclonedx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.6 - 2024-11-07

### Added

- The target platform for which the SBOM is generated is now recorded, in accodrance with [the CycloneDX taxonomy we've contributed upstream](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/rustc.md) ([#762])

## 0.5.5 - 2024-07-01

### Changed
Expand Down Expand Up @@ -141,4 +147,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#724]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/724
[#727]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/727
[#746]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/746
[#755]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/755
[#755]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/755
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
2 changes: 1 addition & 1 deletion cargo-cyclonedx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-cyclonedx"
version = "0.5.5"
version = "0.5.6"
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
description = "CycloneDX Software Bill of Materials (SBOM) for Rust Crates"
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]
Expand Down

0 comments on commit 0fc33b0

Please sign in to comment.