Skip to content

Commit

Permalink
feat: explicitely support CycloneDX 1.6 (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Apr 22, 2024
1 parent 4617e2a commit 59d6b1d
Show file tree
Hide file tree
Showing 710 changed files with 227,263 additions and 1,514 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## unreleased

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

* Changed
* This tool explicitly supports _CycloneDX_ Specification-1.6 now (via [#1175])
* Added
* CLI switch `--spec-version` now supports value `1.6` to reflect _CycloneDX_ Specification-1.6 (via [#1175])
Default value for that option is unchanged - still `1.4`.

[#1175]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1175

## 1.16.2 - 2024-03-19

* Style
Expand Down
4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.2.json

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.2.xml

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.3.json

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.3.xml

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.4.json

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.4.xml

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.5.json

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

4 changes: 2 additions & 2 deletions demo/bundled-dependencies/example-results/bare/bom.1.5.xml

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

Loading

0 comments on commit 59d6b1d

Please sign in to comment.