Skip to content

Commit

Permalink
Merge pull request #768 from Shnatsel/new-releases-2
Browse files Browse the repository at this point in the history
Release cyclonedx-bom v0.8.0 and cargo-cyclonedx v0.5.6
  • Loading branch information
Shnatsel authored Nov 7, 2024
2 parents f4b9c24 + 0fc33b0 commit 6bdfc87
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 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.

9 changes: 8 additions & 1 deletion 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.6 - 2024-11-07

### Added

- The target platform for which the SBOM is generated is now recorded, in accodrance with [the CycloneDX taxonomy we've contributed upstream](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/rustc.md) ([#762])

## 0.5.5 - 2024-07-01

### Changed
Expand Down Expand Up @@ -141,4 +147,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#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
[#755]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/755
[#755]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/755
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
4 changes: 2 additions & 2 deletions 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.5"
version = "0.5.6"
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 All @@ -25,7 +25,7 @@ anyhow = "1.0.75"
cargo-lock = "9.0.0"
cargo_metadata = "0.18.1"
clap = { version = "4.4.11", features = ["derive"] }
cyclonedx-bom = { version = "0.7.0", path = "../cyclonedx-bom" }
cyclonedx-bom = { version = "0.8.0", path = "../cyclonedx-bom" }
env_logger = "0.10.0"
log = "0.4.20"
once_cell = "1.18.0"
Expand Down
13 changes: 13 additions & 0 deletions cyclonedx-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.8.0 - 2024-11-07

### Added

- Support parsing of empty XML string tags ([#761])
- Add spec version to `bom` struct and make validation honor it ([#767])

## 0.7.0 - 2024-08-06

### Changed
Expand Down Expand Up @@ -94,3 +101,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#723]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/723
[#724]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/724
[#725]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/725
[#746]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/746
[#749]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/749
[#750]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/750
[#758]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/758
[#761]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/761
[#767]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/767
2 changes: 1 addition & 1 deletion cyclonedx-bom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cyclonedx-bom"
version = "0.7.0"
version = "0.8.0"
description = "CycloneDX Software Bill of Materials Library"
categories = ["encoding", "parser-implementations"]
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]
Expand Down

0 comments on commit 6bdfc87

Please sign in to comment.