Skip to content

v6.4.8

Choose a tag to compare

@FL03 FL03 released this 18 Aug 11:39
· 9 commits to main since this release
dc5f047

First release with binaries. cargo binstall shepherd-cli and the curl installer both resolve against this tag.

cargo binstall shepherd-cli
# or, no Rust toolchain required:
curl -fsSL https://raw.githubusercontent.com/FL03/shepherd/main/scripts/install-shepherd.sh | bash

Both verified end to end on aarch64-apple-darwin against these exact assets.

Assets

16 archives and 16 .sha256 sidecars. Every sidecar was re-verified against its asset bytes before upload.

Native aarch64-apple-darwin, x86_64-apple-darwin, aarch64-unknown-linux-gnu, x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc
Component wasm32-wasip2
Harness adapters pzzld-pi-claude, pzzld-pi-codex, pzzld-pi-shepherd, pzzld-component-runtime

Each target ships twice: a version-pinned name for cargo binstall, and a version-less name so releases/latest/download/<asset> stays a stable URL.

Known deviation

The Windows zip's bundled LICENSE carries CRLF line endings — GitHub's Windows runners check out with core.autocrlf=true. The text is identical to every other archive's copy (differing by 201 CR bytes and nothing else) and is valid on the platform it ships to. The release job's byte-identity check correctly refused to publish over it; the assets were verified and attached separately. #313 pins * text=auto eol=lf so byte-identity holds from v6.4.9 forward.

What's Changed

Full Changelog: https://github.com/FL03/shepherd/compare/v6.4.6...v6.4.8