Skip to content

Commit

Permalink
Merge pull request #759 from Shnatsel/release-cyclonedx-bom-0.7.0
Browse files Browse the repository at this point in the history
release cyclonedx-bom 0.7.0
  • Loading branch information
Shnatsel authored Aug 6, 2024
2 parents 03a7d27 + da3607e commit 76d0b09
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo-cyclonedx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1", path = "../cyclonedx-bom" }
cyclonedx-bom = { version = "0.7.0", path = "../cyclonedx-bom" }
env_logger = "0.10.0"
log = "0.4.20"
once_cell = "1.18.0"
Expand Down
9 changes: 9 additions & 0 deletions cyclonedx-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.7.0 - 2024-08-06

### Changed

- Made model types `pub` instead of `pub(crate)`, which allows client code to write more fields in SBOMs ([#758])
- Removed `#[non_exhaustive]` from `SpecVersion`, which was a source of bugs in client code ([#749])
- Switched from `packageurl` to `purl` crate as the PURL implementation ([#746])
- Removed JSON schema validation from the public API and moved `jsonschema` to dev-dependencies to combat dependency bloat ([#750])

## 0.6.1 - 2024-06-04

### Added
Expand Down
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.6.1"
version = "0.7.0"
description = "CycloneDX Software Bill of Materials Library"
categories = ["encoding", "parser-implementations"]
keywords = ["sbom", "bom", "components", "dependencies", "owasp"]
Expand Down

0 comments on commit 76d0b09

Please sign in to comment.