Skip to content

Commit 86fa04d

Browse files
committed
Update the version to v0.8.1 and update the changelog
Signed-off-by: Graham Christensen <graham@grahamc.com>
1 parent d4319ba commit 86fa04d

3 files changed

Lines changed: 6 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.9.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ 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.9.0 - 2025-03-13
8+
## 0.8.1 - 2025-03-18
99

1010
- Increased the MSRV to 1.85.0 ([#845])
1111
- Updated the `spdx` crate to support additional SPDX expressions ([#845])
1212
- 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])
1314

1415
## 0.8.0 - 2024-11-07
1516

@@ -115,3 +116,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115116
[#767]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/767
116117
[#844]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/844
117118
[#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.9.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)