v0.4.0
block v0.4.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
Bug fixes
- ece5037: fix(exec): forward a signal to the child once and keep its clean exit (#22) (@nao1215)
- 87c30a1: fix(list): match an ecosystem without regard to case (#31) (@nao1215)
- 1a50de5: fix(resolver): keep the whole commit when re-reading a hyphenated channel pin (#21) (@nao1215)
- c3e7611: fix(store): name unwritable paths, sweep interrupted runs (#25) (@nao1215)
Full changelog: v0.3.0...v0.4.0