Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:04
· 42 commits to main since this release
6cdcbdb

Which file do I download?

your machine file
macOS on Apple Silicon (M1/M2/M3/M4) sporo_0.12.0_darwin_arm64.tar.gz
macOS on Intel sporo_0.12.0_darwin_amd64.tar.gz
Linux x86-64 sporo_0.12.0_linux_amd64.tar.gz
Linux ARM64 sporo_0.12.0_linux_arm64.tar.gz
Windows x86-64 sporo_0.12.0_windows_amd64.zip
Windows ARM64 sporo_0.12.0_windows_arm64.zip

Not sure which Mac you have? → Apple menu → "About This Mac": a chip that says
"Apple M…" means arm64; "Intel" means amd64.

macOS, one-time: the pre-release binary is unsigned, so after unpacking run
xattr -d com.apple.quarantine ./sporo, then move it onto your PATH
(e.g. mv sporo /usr/local/bin/). Verify with sporo --version.

Changelog

Features

  • 2f0f4c8 feat(ci): harden the Go module — lint, coverage gate, security scans, deps (#1)
  • 6cdcbdb feat(security,web): verifiable releases, SHA-pinned CI, SECURITY.md, SEO/AI crawlers (#6)

Fixes

  • 49657cd fix(web): underline the recipe-page breadcrumb link

Other changes

  • 23761b6 chore(repo): classify CLAUDE.md as private harness
  • e0310d6 chore(repo): move harness + docs out of the public tree, guard the boundary