Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 03:08
· 14 commits to main since this release
087e2a9

block v0.5.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

  • c272589: feat(cli): sync tools in parallel, add block which and shell completion (#35) (@nao1215)

Bug fixes

  • ed8741d: fix: download private release assets with the token and bound what is fetched (#34) (@nao1215)

Full changelog: v0.4.0...v0.5.0