v6.4.7
Crates-only release. This tag carries no binary assets.
shepherd-core, shepherd-compiler, shepherd-registry, shepherd-render, shepherd-sdk, and shepherd-cli 6.4.7 are published on crates.io from commit f089c81. The GitHub release job did not complete for this version, and a published crate version cannot be reissued from a different commit, so no archives were ever produced for it.
Installing
Use v6.4.8 or later for binaries:
cargo binstall shepherd-cli
# or
curl -fsSL https://raw.githubusercontent.com/FL03/shepherd/main/scripts/install-shepherd.sh | bashcargo install shepherd-cli --version 6.4.7 still works — it builds from the published source.
Why the release did not complete
cargo-publish.yml triggered on push-to-main independently of release.yml, so crate publication raced the asset builds and won. Publication now happens inside release.yml, in a job that needs every asset job to succeed first. See the v6.4.8 changelog entry.
Tag created retroactively so every published crate version has git custody.