Skip to content

0.1.6 - 2026-05-27

Choose a tag to compare

@github-actions github-actions released this 27 May 23:49

Release Notes

Changed

  • Removed internal project-document references from public surfaces.
    The verify-side stderr ("mode: live is not replay-safe ..."), the
    cassette-miss errors emitted by the JS fetch() and XMLHttpRequest
    shims, the Python wrapper docstrings, the TypeScript declarations,
    the README, and the CONTRIBUTING notes no longer cite internal
    project documents. User-facing prose now describes the behavior
    directly.
  • README's heso run description drops the parenthetical project-doc
    citation; receipts example no longer trails "per " on
    the live-mode rejection.
  • Hygiene: .pre-commit-config.yaml and the hygiene workflow's .md
    allowlist now admit the four standard meta files
    (CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md,
    CHANGELOG.md). The old readme-sync-blocks job (which assumed
    npm/heso/README.md lived in the git tree) is replaced with a
    positive assertion that .github/workflows/pypi.yml carries the
    publish-time cp README.md npm/heso/README.md step. Drift between
    the GitHub-displayed README and the npm-displayed README is now
    structurally impossible — the file is generated at publish time
    from the same root README.

Install heso-cli 0.1.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/blank3rs/heso/releases/download/v0.1.6/heso-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/blank3rs/heso/releases/download/v0.1.6/heso-cli-installer.ps1 | iex"

Download heso-cli 0.1.6

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