Homebrew
Notes
no notes yet
Release notes
v4.2.12
· 1y+
<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
- Simplify
Tap#remote_repo. by @reitermarkus in https://github.com/Homebrew/brew/pull/16776 - utils/pypi: ignore test resources when counting matches by @cho-m in https://github.com/Homebrew/brew/pull/16790
- Simplify
Tap#custom_remote?. by @reitermarkus in https://github.com/Homebrew/brew/pull/16778 - Actually cache
Tapmethods. by @reitermarkus in https://github.com/Homebrew/brew/pull/16809 - Add type signatures for
TapConfig. by @reitermarkus in https://github.com/Homebrew/brew/pull/16811 - Prefer numbered block params over proc conversion by @dduugg in https://github.com/Homebrew/brew/pull/16807
- formula_auditor: also use
tagwhen checking GitHub license by @cho-m in https://github.com/Homebrew/brew/pull/16812 - Simplify
Tap#alias_table. by @reitermarkus in https://github.com/Homebrew/brew/pull/16808 - Scope sponsors-maintainers-man-completions.yml to master branch by @apainintheneck in https://github.com/Homebrew/brew/pull/16819
- homebrew/autoupdate is no longer official. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/16822
- dev-cmd/bump: add
--tap=flag by @jck112 in https://github.com/Homebrew/brew/pull/16830 - utils/pypi: default to formula version when using package_name by @cho-m in https://github.com/Homebrew/brew/pull/16771
- Add type signature for
Tap::fetch. by @reitermarkus in https://github.com/Homebrew/brew/pull/16832 - Make
Tap::newprivate. by @reitermarkus in https://github.com/Homebrew/brew/pull/16834 - Don't store tap config when value is unknown. by @reitermarkus in https://github.com/Homebrew/brew/pull/16835
- cask: read bundle version from
Info.plistwhen sensible. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/16826 - dev-cmd/bump: skip autobump formulae & casks by @cho-m in https://github.com/Homebrew/brew/pull/16833
- Don't warn while checking for conflicting casks. by @reitermarkus in https://github.com/Homebrew/brew/pull/16840
- Remove
FromDefaultNameLoaderto avoid warning twice. by @reitermarkus in https://github.com/Homebrew/brew/pull/16839 - Apply 'chmod -x' to executables without shebangs by @dduugg in https://github.com/Homebrew/brew/pull/16842
- Import Homebrew governance changes from private repository by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/16843
- Simplify
TapConfig. by @reitermarkus in https://github.com/Homebrew/brew/pull/16813 - dev-cmd/bump: change
argstype toCLI::Argsby @cho-m in https://github.com/Homebrew/brew/pull/16837 - Actually clear all tap caches. by @reitermarkus in https://github.com/Homebrew/brew/pull/16844
- utils/analytics: general cleanup. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/16846
- formula: update
bottle :unneededcomment by @cho-m in https://github.com/Homebrew/brew/pull/16845 - dev-cmd/generate-cask-api: start generating cask internal JSON v3 by @apainintheneck in https://github.com/Homebrew/brew/pull/16798
- rubocop: default hash syntax. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/16848
- cleaner: remove pip direct_url.json by @cho-m in https://github.com/Homebrew/brew/pull/16853
- Add support for the
--overwriteflag tobrew upgradeto govern the keg-linking step by @boblail in https://github.com/Homebrew/brew/pull/16851 - Emit more specific error text on outdated Xcode by @gliptak in https://github.com/Homebrew/brew/pull/16852
- actionlint.yaml: remove workaround for
macos-14by @toobuntu in https://github.com/Homebrew/brew/pull/16859 - cleaner: remove RECORD and modify INSTALLER by @cho-m in https://github.com/Homebrew/brew/pull/16866
- cask/audit: allow @ for versioned casks by @cho-m in https://github.com/Homebrew/brew/pull/16865
- cleaner: add types by @cho-m in https://github.com/Homebrew/brew/pull/16873
New Contributors
- @jck112 made their first contribution in https://github.com/Homebrew/brew/pull/16830
- @gliptak made their first contribution in https://github.com/Homebrew/brew/pull/16852
- @toobuntu made their first contribution in https://github.com/Homebrew/brew/pull/16859
Full Changelog: https://github.com/Homebrew/brew/compare/4.2.11...4.2.12