Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 08:33
b0f1cc7

0.7.0 (2026-06-28)

⚠ BREAKING CHANGES

  • the per-artifact fetcher: key in pkg.yaml is renamed to fetch: with no backward compatibility.
  • the per-version override fields versions[].archiveSHA256 and versions[].sourceSHA256 are removed; declare versions[].archive.verify / versions[].source.verify instead. Package-level sha256* fields are unaffected.
  • the catalog formerly named default is now official, and the use-default-catalog config key / NEM_USE_DEFAULT_CATALOG env var are renamed to use-official-catalog / NEM_USE_OFFICIAL_CATALOG.
  • nem catalog add command now requires explicit catalog type (#18)

Features

  • rename the default catalog to the reserved name official (#20) (b766e15)
  • support configurable SHA-2 checksum algorithms (9849aa2)

Bug Fixes

  • nem catalog add command now requires explicit catalog type (#18) (dfd5b2c)

Refactors

  • redesign fetcher around polymorphism (#23) (23aa97d)
  • render warnings/errors as marker-prefixed, fully-colored lines (d0c4dbe)
  • standardize reporter task completion vocabulary (#21) (b002910)
  • standardize the user-facing message surface (640082c)
  • update names of doctor checks (882f75d)

Performance

  • cache GitHub API lookups for the command lifetime (071d73e)
  • speed up catalog mirroring and package reads (#22) (f882c02)