v0.3.0
·
9 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Highlights
- Add
schooner update --checkto inspect the latest stable release andschooner updateto 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
- fix: omit redundant Homebrew formula version by @thewelshrich in #29
- docs: activate Homebrew installation by @thewelshrich in #30
- feat: add safe local updates by @thewelshrich in #31
- docs: extend release skill for Homebrew by @thewelshrich in #32
Full Changelog: v0.2.0...v0.3.0