Skip to content

Releases: zenatron/preamble

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 23:41

Install preamble 0.9.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zenatron/preamble/releases/download/v0.9.1/preamble-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/zenatron/preamble/releases/download/v0.9.1/preamble-installer.ps1 | iex"

Download preamble 0.9.1

File Platform Checksum
preamble-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
preamble-x86_64-apple-darwin.tar.xz Intel macOS checksum
preamble-x86_64-pc-windows-msvc.zip x64 Windows checksum
preamble-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
preamble-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo zenatron/preamble

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:29

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 02:35

What's Changed

BIG STUFF!

Full Changelog: https://github.com/zenatron/preamble/commits/v0.7.0