Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 1.82 KB

CHANGELOG

v0.2.13

  • Merged #37, Don't require custom registries to have a registry description

v0.1.12

  • Resolved #34, #9, Option to make the package server the download location instead of the GitHub repo
  • Resolved #33, adding source code for JLLs from Yggdrasil to the SBOM

v0.1.11

  • Resolved #18, Put a package's git tree hash in the Download Location
  • Pulled out some trailing whitespace in information fields

v0.1.10

Resolved #7, Fill in Declared License field in SBOM

  • Uses LicenseCheck.jl to scan packages and artifacts for license files and licenses embedded in source files.
  • Also fill in package field License Info From Files.

v0.1.9

Update SPDX package compatibility to v0.4. This update enables the following:

  • Updates the algorithm for computing the package verification code to a hopefully correct implementation.
  • Allows the computation of artifact verification codes, since it is now able to ignore bad symbolic links.

v0.1.8

Resolved #2, Include artifacts in the SBOM

Resolved #22, Document the version of Julia used to produce the SBOM

v0.1.7

Resolved #15, Avoid using Pkg internals

Resolved #23, Export SPDX when loading PkgToSoftwareBOM

Improvements to code coverage tests