Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 13:27
· 32 commits to main since this release
d987d2b

block v0.3.0

Lock your blockchain toolchain: declare tools in block.toml, pin them in
block.lock, and reproduce the same toolchain locally and in CI.

Every artifact below — archives and .deb/.rpm/.apk packages alike — is
listed in checksums.txt, ships with an SPDX SBOM, and carries build
provenance. checksums.txt is the file cosign signs; verifying that one
signature and checking a download against the line naming it is what
covers the rest. See
Verify what you downloaded.

Changelog

Features

  • 8675428: feat(cmd): add "block status", a read-only report on the toolchain (#13) (@nao1215)
  • 4246ed6: feat: pin a channel like a version, and name a pre-release exactly (#15) (@nao1215)

Bug fixes

  • 2483c7f: fix(archive): extract the links a distribution ships, refuse the ones that leave (#11) (@nao1215)
  • 86e466b: fix: make the shared shim directory safe for two syncs at once (#8) (@nao1215)

Documentation

Full changelog: v0.2.0...v0.3.0