Skip to content

Commit

Permalink
chore: prep v5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Apr 23, 2024
1 parent ce9a6f7 commit d1d5ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ All notable changes to this project will be documented in this file.

<!-- add unreleased items here -->

## 5.1.0 - 2024-04-23

Added _basic_ support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/specification/releases/tag/1.6).

* Changed
* This tool supports _CycloneDX_ Specification-1.6 now (via [#])
* This tool supports _CycloneDX_ Specification-1.6 now (via [#477])
* Added
* CLI switch `--spec-version` now supports value `1.6` to reflect _CycloneDX_ Specification-1.6 (via [#])
* CLI switch `--spec-version` now supports value `1.6` to reflect _CycloneDX_ Specification-1.6 (via [#477])
Default value for that switch is unchanged - still `1.5`.
* Style
* Applied latest PHP Coding Standards (via [#469])
* Dependencies
* Raised dependency `cyclonedx/cyclonedx-library:^3.2`, was `:^3.1` (via [#])
* Raised dependency `cyclonedx/cyclonedx-library:^3.2`, was `:^3.1` (via [#477])

[#469]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/469
[#477]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/477

## 5.0.1 - 2024-02-05

Expand Down
2 changes: 1 addition & 1 deletion semver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.1
5.1.0

0 comments on commit d1d5ceb

Please sign in to comment.