Skip to content

Commit 1f17548

Browse files
authored
Merge pull request #729 from Shnatsel/new-release
Release cargo-cyclonedx v0.5.3
2 parents 93d4bfc + 0ab0805 commit 1f17548

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-cyclonedx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.3 - 2024-06-04
9+
10+
### Added
11+
12+
- Add metadata to let `cargo binstall` locate our release binaries ([#727])
13+
14+
### Fixed
15+
16+
- Committed an up-to-date lockfile to ease packaging for downstreams
17+
818
## 0.5.2 - 2024-06-04
919

1020
### Fixed
@@ -113,3 +123,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113123
[#634]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/634
114124
[#722]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/722
115125
[#724]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/724
126+
[#727]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/727

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-cyclonedx"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
55
description = "CycloneDX Software Bill of Materials (SBOM) for Rust Crates"
66
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]

0 commit comments

Comments
 (0)