From c8093e56b8e7012f3bc05ad80b342f3e41203338 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 17 Jul 2024 10:29:59 +0100 Subject: [PATCH 1/3] Bump cargo-cyclonedx version Signed-off-by: Sergey "Shnatsel" Davidoff --- Cargo.lock | 2 +- cargo-cyclonedx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9559ae28..d58725f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "cargo-cyclonedx" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/cargo-cyclonedx/Cargo.toml b/cargo-cyclonedx/Cargo.toml index 48abcbce..2b34d342 100644 --- a/cargo-cyclonedx/Cargo.toml +++ b/cargo-cyclonedx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-cyclonedx" -version = "0.5.3" +version = "0.5.4" 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"] From 06de900f5c9f4bb2d25c295679586fbffaa69593 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 17 Jul 2024 10:44:23 +0100 Subject: [PATCH 2/3] Populate changelog Signed-off-by: Sergey "Shnatsel" Davidoff --- cargo-cyclonedx/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cargo-cyclonedx/CHANGELOG.md b/cargo-cyclonedx/CHANGELOG.md index 19768406..2f5bd805 100644 --- a/cargo-cyclonedx/CHANGELOG.md +++ b/cargo-cyclonedx/CHANGELOG.md @@ -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.4 - 2024-07-17 + +### Fixed + + - Fixed PURLs being percent-encoded incorrectly when using the `purl` crate v0.1.3 or later ([#746]) + ## 0.5.3 - 2024-06-04 ### Added @@ -124,3 +130,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#722]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/722 [#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 From 78a197fa2e0dc273c967636d58b30485e6ed44c0 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 17 Jul 2024 10:58:37 +0100 Subject: [PATCH 3/3] Regenerate help text in README Signed-off-by: Sergey "Shnatsel" Davidoff --- cargo-cyclonedx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-cyclonedx/README.md b/cargo-cyclonedx/README.md index fd0f0649..7cc94351 100644 --- a/cargo-cyclonedx/README.md +++ b/cargo-cyclonedx/README.md @@ -82,7 +82,7 @@ This produces a `bom.xml` file adjacent to every `Cargo.toml` file that exists i Add license names which will not be warned about when parsing them as a SPDX expression fails --spec-version - The CycloneDX specification version to output: `1.3` or `1.4`. Defaults to 1.3 + The CycloneDX specification version to output: `1.3`, `1.4` or `1.5`. Defaults to 1.3 -h, --help Print help (see a summary with '-h')