Skip to content

Release v0.16.0

Latest
Compare
Choose a tag to compare
@mrutkows mrutkows released this 09 May 23:07
· 2 commits to main since this release
b566504

What's Changed

  • Add CycloneDX v1.6 JSON schema (release) and base test by @mrutkows in #72
  • Minor update to SPDX 2.3.1-development JSON schema which added a $schema meta-tag by @mrutkows in #73
  • Update to latest 1.6-dev schema and add MLBOM, CBOM data tests by @mrutkows in #77
  • Assure that License.Text struct is not nil before format/display by @mrutkows in #78
  • Catch "diff" command panics within external library deps. and exit gracefully by @mrutkows in #80
  • Support --normalize flag (sort+) for CycloneDX BOM on trim command output by @mrutkows in #81
  • Streamline license list command report output and provide consistent column data by @mrutkows in #83
  • Improve resource list command by adding group and description columns by @mrutkows in #84
  • Support a component list report command with column (--where) filters and --summary options by @mrutkows in #85
  • Support v1.6 bindings for new S&C standards Attestations by @mrutkows in #86
  • Add new crypto-related datatypes for v1.6 Cryptographic BOM support by @mrutkows in #87
  • Add datatypes for new v1.6 EnvironmentalConsiderations to ModelCard data by @mrutkows in #88
  • Update README to document the new component list command with examples by @mrutkows in #89
  • Update documentation to account for CycloneDX v1.6 data schema changes by @mrutkows in #90
  • Fix query command example and supply minor edits by @mrutkows in #93
  • Assure all configuration files are copied into release archive as samples by @mrutkows in #97

Full Changelog: v0.15.0...v0.16.0