Skip to content

Commit

Permalink
Merge pull request #729 from Shnatsel/new-release
Browse files Browse the repository at this point in the history
Release cargo-cyclonedx v0.5.3
  • Loading branch information
Shnatsel committed Jun 4, 2024
2 parents 93d4bfc + 0ab0805 commit 1f17548
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions cargo-cyclonedx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.3 - 2024-06-04

### Added

- Add metadata to let `cargo binstall` locate our release binaries ([#727])

### Fixed

- Committed an up-to-date lockfile to ease packaging for downstreams

## 0.5.2 - 2024-06-04

### Fixed
Expand Down Expand Up @@ -113,3 +123,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#634]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/634
[#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
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.2"
version = "0.5.3"
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 1f17548

Please sign in to comment.