Homebrew
Notes
no notes yet
Release notes
v4.2.11
· 1y+
<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
- rubocop: Fix remaining TODOs for triaging Ruby 3 cops by @issyl0 in https://github.com/Homebrew/brew/pull/16745
- deprecate_disable: add
no_longer_meets_criteriadeprecate/disable reason by @bevanjkay in https://github.com/Homebrew/brew/pull/16752 - Use
HOMEBREW_TEMPmore universally by @Bo98 in https://github.com/Homebrew/brew/pull/16749 - utils/github: support
HOMEBREW_GITHUB_API_TOKENwith--no-forkby @Bo98 in https://github.com/Homebrew/brew/pull/16751 - cachable: make sure to clear caches between tests by @apainintheneck in https://github.com/Homebrew/brew/pull/16746
- Rename
Tap#repo_vartoTap#repo_var_suffix. by @reitermarkus in https://github.com/Homebrew/brew/pull/16732 - formula_audit: Check the license(s) of the specific release by @issyl0 in https://github.com/Homebrew/brew/pull/16754
- test: clear tap instance caches between test runs again by @apainintheneck in https://github.com/Homebrew/brew/pull/16760
- livecheck/strategy: fix **unused type by @cho-m in https://github.com/Homebrew/brew/pull/16763
- Load internal json v3 by @apainintheneck in https://github.com/Homebrew/brew/pull/16638
- Only show installed taps in
brew tapoutput. by @reitermarkus in https://github.com/Homebrew/brew/pull/16766 - dev-cmd/bump: hide version syncing when empty list by @cho-m in https://github.com/Homebrew/brew/pull/16767
- utils/pypi: allow only updating
extra_packagesby @cho-m in https://github.com/Homebrew/brew/pull/16753 - internal json v3: parse ruby source checksum correctly by @apainintheneck in https://github.com/Homebrew/brew/pull/16768
- docs: update info on setuptools for Python 3.12 by @cho-m in https://github.com/Homebrew/brew/pull/16731
- Remove ability to skip the duplicate PR check in autobump by @apainintheneck in https://github.com/Homebrew/brew/pull/16781
- Simplify
Tap#cask_files_by_name. by @reitermarkus in https://github.com/Homebrew/brew/pull/16775 - Simplify
Tap#formula_files_by_name. by @reitermarkus in https://github.com/Homebrew/brew/pull/16777 - Fix loading casks/formulae from relative paths. by @reitermarkus in https://github.com/Homebrew/brew/pull/16779
- Clear cache for
Tap#formula_reverse_renames. by @reitermarkus in https://github.com/Homebrew/brew/pull/16783 - Add signature for
Tap#config. by @reitermarkus in https://github.com/Homebrew/brew/pull/16784 - Actually return
superinCoreTap#remote. by @reitermarkus in https://github.com/Homebrew/brew/pull/16785 - Rename
Tap#reverse_cask_renamestoTap#cask_reverse_renames. by @reitermarkus in https://github.com/Homebrew/brew/pull/16782 - bump-formula|cask-pr: do not allow to bump autobumped packages by @iMichka in https://github.com/Homebrew/brew/pull/16750
- docs: update language on commit messages & notability by @p-linnane in https://github.com/Homebrew/brew/pull/16789
- tap: fix performance regression in *_files_by_name by @apainintheneck in https://github.com/Homebrew/brew/pull/16791
- tap: revert caching
Tap.reverse_tap_migrations_renamesby @apainintheneck in https://github.com/Homebrew/brew/pull/16797 - package: improve shellenv instructions by @ZhongRuoyu in https://github.com/Homebrew/brew/pull/16805
- .gitignore: Be more lenient with the unignore of Library by @azatoth in https://github.com/Homebrew/brew/pull/16793
- utils/pypi: specify dependencies needed to update resources by @cho-m in https://github.com/Homebrew/brew/pull/16772
- tap: move synced_versions_formulae.json from formula_auditor by @cho-m in https://github.com/Homebrew/brew/pull/16801
- cask/quarantine: avoid xcrun when executing Swift by @Bo98 in https://github.com/Homebrew/brew/pull/16796
- language/python: add types by @cho-m in https://github.com/Homebrew/brew/pull/16799
New Contributors
- @azatoth made their first contribution in https://github.com/Homebrew/brew/pull/16793
Full Changelog: https://github.com/Homebrew/brew/compare/4.2.10...4.2.11