Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 00:33
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.
1c2fbeb

Highlights

  • Add schooner update --check to inspect the latest stable release and schooner update to safely upgrade receipt-owned direct installations.
  • Preserve installation ownership: Homebrew and source builds receive owner-specific guidance, while manual, symlinked, and stale-receipt installations are never replaced.
  • Add bounded daily update notices for interactive use without affecting JSON output, CI, non-interactive commands, or users who set SCHOONER_NO_UPDATE_CHECK=1.
  • Make Homebrew the recommended packaged installation route, with upgrades remaining under Homebrew ownership.

Upgrade notes

Homebrew installations can upgrade with:

brew update && brew upgrade thewelshrich/tap/schooner

Direct installations running v0.2.0 or earlier should rerun the verified repository installer once to install v0.3.0. Future direct releases can then be installed with schooner update.

Breaking changes

None.

What's Changed

Other changes

Full Changelog: v0.2.0...v0.3.0