Skip to content

Commit da3607e

Browse files
committed
release cyclonedx-bom 0.7.0
Signed-off-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent 03a7d27 commit da3607e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "9.0.0"
2626
cargo_metadata = "0.18.1"
2727
clap = { version = "4.4.11", features = ["derive"] }
28-
cyclonedx-bom = { version = "0.6.1", path = "../cyclonedx-bom" }
28+
cyclonedx-bom = { version = "0.7.0", 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.7.0 - 2024-08-06
9+
10+
### Changed
11+
12+
- Made model types `pub` instead of `pub(crate)`, which allows client code to write more fields in SBOMs ([#758])
13+
- Removed `#[non_exhaustive]` from `SpecVersion`, which was a source of bugs in client code ([#749])
14+
- Switched from `packageurl` to `purl` crate as the PURL implementation ([#746])
15+
- Removed JSON schema validation from the public API and moved `jsonschema` to dev-dependencies to combat dependency bloat ([#750])
16+
817
## 0.6.1 - 2024-06-04
918

1019
### Added

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.6.1"
3+
version = "0.7.0"
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)