Skip to content

Commit ebebef4

Browse files
authored
Merge pull request #846 from DeterminateSystems/push-xtoxplnksyvq
Prepare a release for cyclonedx-bom 0.8.1
2 parents 4860bec + 86fa04d commit ebebef4

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ anyhow = "1.0.75"
2525
cargo-lock = "10.0.1"
2626
cargo_metadata = "0.18.1"
2727
clap = { version = "4.4.11", features = ["derive"] }
28-
cyclonedx-bom = { version = "0.8.0", path = "../cyclonedx-bom" }
28+
cyclonedx-bom = { version = "0.8.1", path = "../cyclonedx-bom" }
2929
env_logger = "0.10.0"
3030
log = "0.4.20"
3131
once_cell = "1.18.0"

cyclonedx-bom/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.8.1 - 2025-03-18
9+
10+
- Increased the MSRV to 1.85.0 ([#845])
11+
- Updated the `spdx` crate to support additional SPDX expressions ([#845])
12+
- Extended the invalid SPDX expression error to include the expression ([#844])
13+
- Several `Option`al fields are not serialized when they're None ([#847], [#848], [#849])
14+
815
## 0.8.0 - 2024-11-07
916

1017
### Added
@@ -106,4 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106113
[#750]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/750
107114
[#758]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/758
108115
[#761]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/761
109-
[#767]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/767
116+
[#767]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/767
117+
[#844]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/844
118+
[#845]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/845
119+
[#848]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/848
120+
[#849]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/849

cyclonedx-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyclonedx-bom"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "CycloneDX Software Bill of Materials Library"
55
categories = ["encoding", "parser-implementations"]
66
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]

0 commit comments

Comments
 (0)