v0.3.0
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
- 4b1ca86: docs: cut the README to what a first-time reader needs (#17) (@nao1215)
- f9bb4e1: docs: keep a quickstart a Windows reader can run (#19) (@nao1215)
- add7f7c: docs: say block is a toolchain manager, everywhere it says what block is (#14) (@nao1215)
Full changelog: v0.2.0...v0.3.0