Changelog
Homebrew
-
feat(goreleaser/homebrew): Migrate from Formula to Cask (#732) (@yermulnik)
Historically, GoReleaser would generate hackyish formulas that would install the pre-compiled binaries. This was the only way to do it for Linuxbrew at the time, but this is no longer true, and Casks should be used instead.
ℹ️ See #607 for some more info behind this change.
👉🏻 Below are the steps to embrace this change:- Run
brew upgradeto let it auto-migrate from Formula to Cask - Run
brew uninstall --formula --force tfswitchto cleanup Formula - Your
tfswitchHomebrew installation now uses Cask instead of Formula
- Run
Documentation
- docs: Update CHANGELOG with
v1.16.0(#733) (@yermulnik)
Go
- go: bump golang.org/x/sys from 0.41.0 to 0.42.0 (#720) (@dependabot[bot])
- go: bump golang.org/x/term from 0.40.0 to 0.41.0 (#721) (@dependabot[bot])
- go: bump github.com/ProtonMail/gopenpgp/v3 from 3.3.0 to 3.4.0 (#726) (@dependabot[bot])
- go: bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#730) (@dependabot[bot])
Others
- gh-actions: bump github/codeql-action from 4.32.6 to 4.33.0 (#725) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.33.0 to 4.34.1 (#727) (@dependabot[bot])
- gh-actions: bump actions/setup-go from 6.3.0 to 6.4.0 (#728) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.34.1 to 4.35.1 (#729) (@dependabot[bot])
- gh-actions: bump super-linter/super-linter from 8.5.0 to 8.6.0 (#731) (@dependabot[bot])