Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 May 17:47
· 403 commits to main since this release

Distribution-channel additions. No changes to the CLI surface; the binaries themselves are bit-identical to v0.1.1 (modulo the embedded version string).

Added

  • Per-platform archives alongside the individual binaries on each GitHub Release: podium-<os>-<arch>.tar.gz (Linux + macOS) and podium-windows-amd64.zip, each containing podium, podium-server, and podium-mcp with their canonical un-suffixed names. The individual binaries are still attached; the archives are additive for package-manager consumers.
  • Homebrew tap and Scoop bucket update job in release.yml. On each tag push, the workflow patches Formula/podium.rb in lennylabs/homebrew-tap and bucket/podium.json in lennylabs/scoop-bucket so brew install podium / scoop install podium track the latest release. Both auxiliary repos are org-wide — one repo per package manager, one file per Lenny Labs project.
  • TAP_BUCKET_TOKEN repo secret requirement, documented in OPERATIONS.md.