Skip to content

Releases: 707/petti

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 26 Mar 11:57

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 petti tracks 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 petti

Release assets:

  • macOS: amd64, arm64
  • Linux: amd64, arm64

Notes:

  • Homebrew tap updates now run inside the main Release workflow
  • Future releases should always fix forward with a new tag; published tags should not be moved

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 26 Mar 11:32

Changelog

  • ea734c3 release: automate homebrew tap updates
  • 7ec4d0f release: prepare v0.6.4

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 25 Mar 23:34

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 petti can be enabled once npm auth is configured
  • kept the TUI, collectors, and tests green with 100% Go statement coverage

Install

brew install 707/petti/petti

Or from source:

git clone https://github.com/707/petti.git
cd petti
go build -o petti ./cmd/petti
./petti