Skip to content

Commit

Permalink
Populate changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  • Loading branch information
Shnatsel committed Nov 30, 2024
1 parent 9fc0a41 commit 2e0f2ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cargo-cyclonedx/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.5.7 - 2024-11-30

### Added

- Cargo.lock v4 format stabilized in Rust 1.78 is now supported. ([#772]) Previously the SBOM would be generated but package hashes would not be recorded in presence of v4 lockfiles.
- The `component.author` field is now set to comma-separated list of authors ([#770]). We'd like to use `component.authors` instead once CycloneDX v1.6 is supported.

## 0.5.6 - 2024-11-07

### Added
Expand Down Expand Up @@ -148,4 +155,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#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
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
[#762]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/762
[#770]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/770
[#772]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/772

0 comments on commit 2e0f2ff

Please sign in to comment.