Skip to content

Commit

Permalink
Merge pull request #754 from Shnatsel/ship-cargo-cyclonedx-0.5.4
Browse files Browse the repository at this point in the history
Release cargo-cyclonedx 0.5.4
  • Loading branch information
Shnatsel authored Jul 17, 2024
2 parents 37c301c + 78a197f commit ebc5b4f
Show file tree
Hide file tree
Showing 4 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.

7 changes: 7 additions & 0 deletions 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.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
Expand Down Expand Up @@ -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
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.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"]
Expand Down
2 changes: 1 addition & 1 deletion cargo-cyclonedx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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')
Expand Down

0 comments on commit ebc5b4f

Please sign in to comment.