Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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