Skip to content

Commit

Permalink
Merge pull request #622 from Shnatsel/cyclonedx-bom-changelog
Browse files Browse the repository at this point in the history
Populate changelog for cyclonedx-bom v0.5.0
  • Loading branch information
Shnatsel authored Feb 21, 2024
2 parents d55c6ed + 743400d commit 358caa1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cyclonedx-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.0 - 2024-02-21

### Changed

- Added support for CycloneDX v1.4 ([#575]) ([#588])
- Added a function to deserialize from JSON without knowing the spec version in advance ([#585])
- Implemented `Display` and `AsRef<str>` for `NormalizedString` ([#550])
- Turned specification version into an enum ([#583])
- Made the toplevel `version` field required ([#618])
- Made `dependencies.dependsOn` field optional ([#616])
- The output of methods on `Validate` trait is no longer wrapped in a `Result` and can be used directly ([#606]) ([#609])

## 0.4.3 - 2023-11-13

### Added
Expand All @@ -23,3 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#518]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/518
[#519]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/519
[#530]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/530
[#550]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/550
[#575]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/575
[#583]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/583
[#585]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/585
[#588]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/588
[#606]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/606
[#609]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/609
[#616]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/616
[#618]: https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/618

0 comments on commit 358caa1

Please sign in to comment.