Homebrew
Notes
no notes yet
Release notes
v4.1.21
· 1y+
<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
- Refactor
TapLoaderto fix tap migrations with API by @Rylan12 in https://github.com/Homebrew/brew/pull/16207 - Pass original tap to formula when loaded from the API via
TapLoaderby @Rylan12 in https://github.com/Homebrew/brew/pull/16216 - ENV/shared: fix macOS code not applying under HOMEBREW_SORBET_RUNTIME by @Bo98 in https://github.com/Homebrew/brew/pull/16218
- dev-cmd/vendor-gems: fix creation of broken symlinks by @carlocab in https://github.com/Homebrew/brew/pull/16210
- Don't reinstall dependency when latest already installed by @Bo98 in https://github.com/Homebrew/brew/pull/16220
- Gemfile.lock: restore missing platform by @Bo98 in https://github.com/Homebrew/brew/pull/16226
- dev-cmd/determine-test-runner: add
--all-supportedby @Bo98 in https://github.com/Homebrew/brew/pull/16227 - Use Sparkle sorting/filtering in #livecheck_min_os by @samford in https://github.com/Homebrew/brew/pull/16196
- standalone/init: don't pollute environment on Ruby 3 startup by @Bo98 in https://github.com/Homebrew/brew/pull/16228
- dev-cmd/vendor-gems: workaround Dependabot removing lockfile platforms by @Bo98 in https://github.com/Homebrew/brew/pull/16231
- dev-cmd/vendor-gems: git add Gemfile.lock by @Bo98 in https://github.com/Homebrew/brew/pull/16232
- tap: optimise
CoreTap#formula_files_by_nameby @Bo98 in https://github.com/Homebrew/brew/pull/16233 - Xml: Add #element_text method by @samford in https://github.com/Homebrew/brew/pull/16234
Full Changelog: https://github.com/Homebrew/brew/compare/4.1.20...4.1.21