Skip to content

Releases: yashau/prick

CLI 2026.816.2

Choose a tag to compare

@yashau yashau released this 16 Aug 03:42
641b857

First published release of the prk CLI.

Install

npm install -g @yashau/prick

Ships a prebuilt binary for each platform and picks the right one. Or download the archive for your platform below, unpack it, and put prk on your PATH.

Verify what you downloaded

Every archive is listed in SHA256SUMS:

sha256sum -c SHA256SUMS

The archives and the SBOM also carry build provenance, attested by the workflow that produced them:

gh attestation verify prk-2026.816.2-x86_64-unknown-linux-gnu.tar.gz --repo yashau/prick

Contents

Eight platform archives, SHA256SUMS, and an SPDX SBOM covering both halves of the repository. The npm packages are published from the same build.

A note on version numbers

2026.816.0 and 2026.816.1 were failed release attempts and were never promoted — 2026.816.0 shipped npm packages whose binary was not marked executable, and 2026.816.1 was stopped by the check added to catch that. Neither was ever installable as latest. 2026.816.2 is the first complete release.

Docs 2026.816.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:53
6937884

Documentation site 2026.816.1, built from 6937884f6a205a63c95b83cae7c78044ef1113e2.

Cut with mise run docs:cut; the tag push is what deployed it.

Docs 2026.816.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 03:49
8eade5d

Documentation site 2026.816.0, built from 8eade5deb0c12aec60952954ff3c55b0dd9eca59.

Cut with mise run docs:cut; the tag push is what deployed it.

Docs 2026.815.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 21:57

Documentation site 2026.815.1, built from b114e88884e8527e05307a16043294351ac9ad98.

Cut with mise run docs:cut; the tag push is what deployed it.

Docs 2026.815.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 21:42

Documentation site 2026.815.0, built from 68f0ecbff1281fc857804390a8178d2f4a51ba04.

Cut with mise run docs:cut; the tag push is what deployed it.