Releases: 707/petti
Releases · 707/petti
Release list
v0.6.5
petti v0.6.5
This release verifies the public distribution path end to end.
Highlights:
- GitHub release automation publishes release archives and checksums
- The Homebrew tap now updates automatically from the published release checksums
brew update && brew upgrade pettitracks new releases without a manual formula fix- Public README, install script, and release docs are aligned with the current distribution flow
Install or upgrade:
brew install 707/petti/petti
brew update && brew upgrade pettiRelease assets:
- macOS: amd64, arm64
- Linux: amd64, arm64
Notes:
- Homebrew tap updates now run inside the main
Releaseworkflow - Future releases should always fix forward with a new tag; published tags should not be moved
v0.6.4
v0.6.3
petti v0.6.3
This release finalizes the rename from pkgview to petti and ships the first public distribution setup.
Highlights
- renamed the app, module path, binary name, release artifacts, and docs to
petti - published Homebrew tap support via
707/homebrew-petti - added a cross-platform install script at
scripts/install.sh - added an npm wrapper package and publish workflow so
npx pettican be enabled once npm auth is configured - kept the TUI, collectors, and tests green with 100% Go statement coverage
Install
brew install 707/petti/pettiOr from source:
git clone https://github.com/707/petti.git
cd petti
go build -o petti ./cmd/petti
./petti