All Versions
66
Latest Version
Avg Release Cycle
6 days
Latest Release
784 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.6.1 Changes
December 09, 2020- Fix bottle prefix and repository handling (@MikeMcQuaid)
- โช Revert "untap: add --force switch" (@Homebrew)
- uses: add --formula and --casks flags (@Rylan12)
- ๐ caveats: remove ZSH FPATH logic. (@MikeMcQuaid)
- ๐ cleanup: fix portable Ruby behaviour. (@MikeMcQuaid)
- ๐ MacOS::Version architecture handling (@MikeMcQuaid)
- ๐ build(deps): bump rubocop-rails from 2.8.1 to 2.9.0 in /Library/Homebrew (@Homebrew)
- untap: add --force switch (@dawidd6)
- os/mac/pkgconfig: add pc files for Big Sur 11.1 (@thalamus)
- create: fix options handling (@EricFromCanada)
- โฑ Add timeout in
bump-unversioned-casks
. (@reitermarkus) - โก๏ธ sorbet: Update RBI files. (@Homebrew)
- Reuse
curl_http_content_headers_and_checksum
for appcast audit. (@reitermarkus) - ๐ท workflows: Prevent Running Additional CI Jobs on User Forks (@RandomDSdevel)
- ๐ Fix macOS Ruby version handling (@MikeMcQuaid)
- Add
unversioned?
method toCask::URL
. (@reitermarkus) - software_spec: add on_macos/on_linux to SoftwareSpec (@SeekingMeaning)
- software_spec: add on_macos/on_linux to PourBottleCheck (@SeekingMeaning)
- cmd/info.rb: correctly check whether the formula is bottled (@maxim-belkin)
- extend: add on_os (for on_macos/on_linux) (@SeekingMeaning)
- Revert "Fix
:arm64_big_sur
bottle ordering." (@fxcoudert) - ENV/shared: widen type for append_path (@jonchang)
- Fix wrong version mapping in
bump-unversioned-casks
. (@reitermarkus) - ๐ RbConfig: fix broken MacOS SDK paths (@mistydemeo)
- Add
bump-unversioned-casks
command. (@reitermarkus) - ๐ bottle: add tests for json merging (@iMichka)
- software_spec: make bottle sorting stable. (@MikeMcQuaid)
- โก๏ธ cmd/update: improve shallow clone message. (@MikeMcQuaid)
- ๐ dev-cmd/dispatch-build-bottle: remove testing code. (@MikeMcQuaid)
- ๐ build(deps-dev): bump html-proofer from 3.17.3 to 3.17.4 in /docs (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.6130 to 0.5.6134 in /Library/Homebrew (@Homebrew)
- diagnostic: don't complain about creatable directories that don't exist. (@MikeMcQuaid)
- ๐ dev-cmd/dispatch-build-bottle: set ARM labels. (@MikeMcQuaid)
- Fix
:arm64_big_sur
bottle ordering. (@MikeMcQuaid) - ๐ brew.sh: don't allow system Ruby on Catalina. (@MikeMcQuaid)
- โ livecheck: add GithubLatest strategy (@nandahkrishna)
- ๐ workflows/tests: consolidate macOS tests. (@MikeMcQuaid)
- ๐จ git_extensions: refactor and delete redundant functions (@jonchang)
- [Library/Homebrew/cli/named_args.rb]
to_formulae_to_casks()
: Reasssociate itsrescue
Block with the Correct Enclosing Scope (@RandomDSdevel) - brew: re-exec under native arch if requested (@fxcoudert)
- 0๏ธโฃ Ensure default cask tap is installed on
CaskUnavailableError
. (@reitermarkus) - โ
Test for
brew ruby -e 'puts "testball".f.path'
(@scpeters) - ๐ Remove style exceptions for ProvidedByMacos and UsesFromMacos (@Rylan12)
- ๐ Add CPU family for M1, remove Intel Arrandale (@claui)
- ๐ build(deps): bump rspec-sorbet from 1.7.0 to 1.8.0 in /Library/Homebrew (@Homebrew)
- add flags to deps --installed (@hyuraku)
- ๐ฆ utils/pypi: return nil for non-pypi-packages from url (@Rylan12)
- โช Revert "add two flag to deps --installed" (@Homebrew)
- Fix ZSH FPATH handling (@MikeMcQuaid)
- add two flag to deps --installed (@hyuraku)
- ๐ workflows/tests: run vendored gems on macOS 11. (@MikeMcQuaid)
- ๐ build(deps): bump sorbet from 0.5.6124 to 0.5.6130 in /Library/Homebrew (@Homebrew)
- โก๏ธ update.sh: refuse to update shallow homebrew-core/cask clones. (@MikeMcQuaid)
- ๐ build(deps): bump rubocop-rspec from 2.0.0 to 2.0.1 in /Library/Homebrew (@Homebrew)
- โ
Mark
brew bump
test with `:needs_network. (@reitermarkus) - ๐ style: migrate some lists back to Homebrew/brew (@Rylan12)
- ๐ build(deps): bump sorbet from 0.5.6111 to 0.5.6124 in /Library/Homebrew (@Homebrew)
- Run
vendor-gems
on Big Sur. (@reitermarkus) - ๐ formulae: fix sed extended regex flag on macOS. (@MikeMcQuaid)
- Fix wrong
force
keyword. (@reitermarkus) - ๐ง os/linux.rb: don't show codename when it's n/a (@maxim-belkin)
- ๐ Add, enable and fix checks from rubocop-rails. (@MikeMcQuaid)
- cmd/formulae.sh: fix spaces (@maxim-belkin)
- ๐ build(deps): bump tapioca from 0.4.9 to 0.4.10 in /Library/Homebrew (@Homebrew)
- โ Suppress
parser
warnings. (@reitermarkus) - โก๏ธ python: update virtualenv (@fxcoudert)
- โ
Mark some
audit
tests with:needs_network
. (@reitermarkus) - โก๏ธ sorbet: Update RBI files. (@Homebrew)
- โก๏ธ spdx: update license data. (@Homebrew)
- formula: widen type for system args (@jonchang)
- ๐ Migrate style exceptions to homebrew/core (@Rylan12)
-
v2.6.0 Changes
December 01, 2020- ๐ง Identify AMD CPUs on Linux (@maxim-belkin)
- cpu.rb: drop field name and a colon from flags (@maxim-belkin)
- cmd/formulae.sh: compatibility with GNU Sed (@maxim-belkin)
- ๐จ list: refactor command options & move --unbrewed switch (@EricFromCanada)
- ๐ Only deprecate "brew list" without arguments (@scpeters)
- Add missing require in
dev-cmd/irb
. (@reitermarkus) - add verified parameter to url (@linzichao)
- โ workflows/triage: skip for BrewTestBot PRs (@Rylan12)
- ๐ฆ utils/pypi: make package name comparison case-insensitive (@Rylan12)
- Fix RuboCop offenses. (@reitermarkus)
- โ workflows/tests: split out jobs. (@MikeMcQuaid)
- ๐
Add missing
require
s forstyle
spec. (@reitermarkus) - ๐ global: add more active_support includes. (@MikeMcQuaid)
- linkage_checker: system framework links are harmless. (@MikeMcQuaid)
- SDK: allow SDK mismatches if major version matches (@mistydemeo)
- โก๏ธ workflows/tests: update-reset homebrew-cask-versions. (@MikeMcQuaid)
- Add more type signatures. (@reitermarkus)
- ๐ build(deps): bump rubocop-performance from 1.9.0 to 1.9.1 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump simplecov from 0.19.1 to 0.20.0 in /Library/Homebrew (@Homebrew)
- Formula cookbook: document with_env (@mistydemeo)
- Enable HOMEBREW_PATCHELF_RB_WRITE for CI and HOMEBREW_DEV_CMD_RUN (@sjackman)
- os/mac/sdk: use OS::Mac.sdk_version. (@MikeMcQuaid)
- ๐ build(deps-dev): bump html-proofer from 3.17.1 to 3.17.3 in /docs (@Homebrew)
- โก๏ธ Update sponsor count (@unitof)
- Migrate remaining audit exceptions to homebrew/core (@Rylan12)
- ๐ฆ pypi: downcase main package name (@dtrodrigues)
- ๐ง FAQ: Default installation prefix on Linux (@sjackman)
- dev-cmd/unbottled: Fail nicely if
HOMEBREW_NO_ANALYTICS
is set (@issyl0) - linkage: correctly detect missing kegs. (@MikeMcQuaid)
- bintray: add type signatures (@jonchang)
- explicitly specify CMake libdir as lib (@danielnachun)
- diagnostic: check all tap branches, not just core (@jonchang)
- 0๏ธโฃ global: fix
default_prefix?
definition (@jonchang) - ๐จ Refactor
brew typecheck
and upgradetyped
sigils. (@reitermarkus) - ๐ง bottle merge: add support for linux cellar (@iMichka)
- ๐จ livecheck: refactor url preprocessing (@vladimyr)
- Improve ZSH completions handling (@MikeMcQuaid)
- โช Work around BOM
find
bug. (@reitermarkus) - Don't output backtrace in
Formulary
. (@reitermarkus) - โฌ๏ธ docs: explain why upgrade upgrades unrelated stuff (@jonchang)
- formula_auditor: add [email protected] to allowlist (@tschoonj)
- Properly handle outdated cURL (@maxim-belkin)
- dev-cmd/unbottled: add new command. (@MikeMcQuaid)
- Try retrying BOM
find
command. (@reitermarkus) - ๐ build(deps): bump sorbet from 0.5.6101 to 0.5.6111 in /Library/Homebrew (@Homebrew)
- Add debug output of
find
command when creating BOM. (@reitermarkus) - Add types for
Formula
. (@reitermarkus) - ๐ Deprecation fixes (@MikeMcQuaid)
- fix: launchctl list can return empty id (@carlossg)
- pr-pull: fix empty workflow check (@iMichka)
- 0๏ธโฃ cmd/list: --formula is no longer a default. (@MikeMcQuaid)
- ๐ Handle macOS versions >= 11.1 correctly. (@reitermarkus)
- ๐ Deprecate remaining cask commands. (@reitermarkus)
- ๐ Deprecations for Homebrew 2.6.0 (@MikeMcQuaid)
- Add more BOM debug information. (@reitermarkus)
- โก๏ธ fix update-python-resources for formulae not in a tap (@Rylan12)
- Migrate automatic python resource list to Homebrew/core (@Rylan12)
- Add debug information for empty BOM error. (@reitermarkus)
- pr-pull: allow to pull from multiple workflows (@iMichka)
- Bump reitermarkus/rerun-workflow from cf91bee6964dfde64eccbf5600c3ea206af11359 to 1.1.5 (@Homebrew)
- audit: do not check for mixed dependencies (@iMichka)
- Allow creating casks with
brew create --cask
. (@reitermarkus) - Add types for
SystemCommand
. (@reitermarkus) - โก๏ธ bump-cask-pr: run auto-update beforehand (@EricFromCanada)
- Add types for
ENV
extensions. (@reitermarkus) - sh: skip reading user-level initialization files (@EricFromCanada)
- ๐ on_macos/on_linux block: allow to use deprecate or disable (@iMichka)
- Bump sorbet from 0.5.6100 to 0.5.6101 in /Library/Homebrew (@Homebrew)
- โ Bump parallel_tests from 3.3.0 to 3.4.0 in /Library/Homebrew (@Homebrew)
- ๐ Better check for Rosetta 2 (@felixbuenemann)
- ๐ Adjust macOS version logic (@MikeMcQuaid)
- ๐ Move logic for calculating date offset into separate function. (@Homebrew)
- ๐ Bump html-proofer from 3.17.0 to 3.17.1 in /docs (@Homebrew)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- โ Skip review for pull requests by BrewTestBot. (@reitermarkus)
- Skip from Saturday/Sunday to end of Monday. (@Homebrew)
- python: allow multi-digit minor versions (@dtrodrigues)
- ๐ Add Sorbet plugin for
delegate
. (@reitermarkus) - ๐ brew.sh: remove HOMEBREW_DEVELOPER condition (@iMichka)
- brew.sh: add missing quotes (@iMichka)
- dev-cmd/audit: Fix "undefined method audit_exceptions" (@issyl0)
- ๐ Remove amd-power-gadget from prerelease exceptions (@vitorgalvao)
- Fix checksum replacement in
bump-cask-pr
. (@reitermarkus) - Bump sorbet from 0.5.6076 to 0.5.6100 in /Library/Homebrew (@Homebrew)
- Add
triage
workflow. (@Homebrew) - manpage: Recommend using ./ for local file formulae (@tmewett)
- โก๏ธ Update
sorbet
andsorbet-runtime
together. (@Homebrew) - brew: lower curl minimum version for debian 7 CI (@iMichka)
- Bump tapioca from 0.4.8 to 0.4.9 in /Library/Homebrew (@Homebrew)
- Add
vendor-gems
workflow. (@Homebrew) - โก๏ธ sorbet: Update RBI files. (@Homebrew)
- Allow running
sorbet
workflow manually. (@Homebrew) - ๐ Run
sorbet
workflow on macOS. (@reitermarkus) - โก๏ธ extend/os/mac/diagnostic: add more Xcode/CLT update instructions. (@MikeMcQuaid)
- Migrate license mismatch allowlist to Homebrew/core (@Rylan12)
- Turbocharged formula name completion (@metacollin)
- Fix some type errors (@jonchang)
- java: only disable java version ranges on Big Sur (@jonchang)
- ๐ Support
--cask
flag inbrew info
. (@reitermarkus) - Add
--zap
flag forbrew uninstall
. (@reitermarkus) - ๐ Support casks in
brew fetch
. (@reitermarkus) - ๐ Support casks in
brew edit
. (@reitermarkus) - ๐จ Refactor
FormulaInstaller
. (@reitermarkus) - ๐ rubocops/components_order: Specify
disable!
anddeprecate!
order (@issyl0) - Add more type signatures and
rspec-sorbet
. (@reitermarkus) - ๐ Support casks in
brew cat
. (@reitermarkus) - Disable Java requirement versions on Big Sur (@MikeMcQuaid)
- cli: fix type signature of to_kegs_to_casks (@jonchang)
- โก๏ธ Add
--update
option tobrew vendor-gems
. (@reitermarkus) - Fix
brew audit --tap=<tap>
. (@reitermarkus) - ๐ Support
--cask
flag inbrew uninstall
. (@reitermarkus) - ๐ Support casks in
brew audit
. (@reitermarkus) - Improve
brew install --quiet
(@MikeMcQuaid) - Big Sur cleanup (@MikeMcQuaid)
- ๐ Preparations for merging
brew cask audit
intobrew audit
. (@reitermarkus) - โฌ๏ธ upgrade: show upgradeable dependents during dry run (@EricFromCanada)
- ๐ฆ Don't create
package.json
in current directory. (@reitermarkus) - โ
Unset
HOMEBREW_BAT
in tests. (@reitermarkus) - โ Fix tests failing locally. (@reitermarkus)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- ๐ Enable
Performance/ConstantRegexp
cop. (@reitermarkus) - cli/named_args: don't convert to taps. (@MikeMcQuaid)
- ๐ audit: allow checksum to be added/removed when changing download scheme (@dtrodrigues)
- shared_audits: add haptickey to GITHUB_PRERELEASE_ALLOWLIST (@miccal)
- ๐ Fix brew style checks on Brewfiles (@danielbayley)
-
v2.5.12 Changes
November 27, 2020- Unify
Lzma
andXz
. (@reitermarkus) - ๐ hide deprecated cask command (@hyuraku)
- ๐ unpack_strategy: Move
Dmg
to aboveXz
andLzma
(@peterlewis) - โก๏ธ Update Gems. (@reitermarkus)
- ๐ macos_requirement: fix display of versions as array (@EricFromCanada)
- spec_helper: increase needs_network timeout and retry. (@MikeMcQuaid)
- โฌ๏ธ Mention
--greedy
when no casks were upgraded. (@reitermarkus) - Fix
brew audit Formula/formula.rb
(@claui)
- Unify
-
v2.5.11 Changes
November 16, 2020- unlink: unlink only keg-only versioned formulae. (@MikeMcQuaid)
- โก๏ธ Update manpage formatting (@EricFromCanada)
- pr-pull: skip bottles for CI-syntax-only PRs (@Rylan12)
- ๐ง pr-automerge: don't automerge PRs with linux-only label (@SeekingMeaning)
- โ Expand Livecheck#preprocess_url tests (@samford)
- ๐ docs - remove Discourse from communication methods (@dtrodrigues)
- ๐ macOS Big Sur (@fxcoudert)
- ๐ build(deps-dev): bump html-proofer from 3.16.0 to 3.17.0 in /docs (@Homebrew)
- ๐ build(deps): bump rubocop from 1.2.0 to 1.3.0 in /Library/Homebrew (@Homebrew)
- cleanup.rb: ensure cache exists before touching .cleaned (@EricFromCanada)
- audit: don't error on old OS X versions (@jonchang)
- ๐ build(deps): bump sorbet from 0.5.6049 to 0.5.6060 in /Library/Homebrew (@Homebrew)
- bintray: fix typo in it comment (@eltociear)
- ๐ build(deps): bump ruby-macho from 2.2.0 to 2.5.0 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet-runtime from 0.5.6040 to 0.5.6060 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.6042 to 0.5.6049 in /Library/Homebrew (@Homebrew)
- keg: add codesigning (@fxcoudert)
- livecheck: skip disabled formulae (@samford)
- โช info: restore printing of statistics with
brew info
(@EricFromCanada) - ๐ bump-cask-pr: fix for casks that have multiple languages (@SeekingMeaning)
- Add more type signatures. (@reitermarkus)
- audit: only flag if checksum changes when full url and version stay the same (@dtrodrigues)
- โก๏ธ xcode: update for Xcode 12.2 (@jonchang)
- ๐ docs/Installation.md: Fix a small typo (@sjackman)
- pr-upload: audit only changed formulae (@dawidd6)
-
v2.5.10 Changes
November 12, 2020- ๐ Handle macOS Homebrew on ARM (@MikeMcQuaid)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- ๐ Completely deprecate
Homebrew.args
. (@reitermarkus) - ๐ build(deps): bump sorbet from 0.5.6040 to 0.5.6042 in /Library/Homebrew (@Homebrew)
- ๐
Run
brew style
on all cask taps instead of runningbrew cask style
. (@reitermarkus) - โก๏ธ sorbet: Update RBI files. (@Homebrew)
- audit: fix checksum audit (@Rylan12)
- ๐ build(deps): bump rubocop from 0.93.1 to 1.2.0 in /Library/Homebrew (@Homebrew)
- dev-cmd/audit: only go back in git history until revision or version changes (@dtrodrigues)
- audit: migrate throttle list to Homebrew/core (@Rylan12)
- ๐ง dev-cmd/audit: don't do dependency checks on Linux. (@MikeMcQuaid)
- Revert "uses_from_macos: fix force_homebrew_on_linux behaviour." (@Homebrew)
- uses_from_macos: fix force_homebrew_on_linux behaviour. (@MikeMcQuaid)
- dev-cmd/pr-upload: fix brew audit arguments. (@MikeMcQuaid)
-
v2.5.9 Changes
November 09, 2020- dev-cmd/pr-upload: run
brew audit
before uploading. (@MikeMcQuaid) - ๐ bottle: fix adding bottle block to formulae with special license (@SeekingMeaning)
- ๐ Add support for arm64 architecture requirement (@EricFromCanada)
- ๐ build(deps): bump sorbet from 0.5.6036 to 0.5.6040 in /Library/Homebrew (@Homebrew)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- Only warn if repo of discontinued cask is archived. (@reitermarkus)
- inreplace: fix typecheck error (@jonchang)
- ๐ Add autoremove (@tie624)
- โ workflows/tests: use Big Sur. (@MikeMcQuaid)
- ๐ audit: deprecate requirements in core (@jonchang)
- Add :arm_vortex_tempest as CPU family (@fxcoudert)
- Fix Big Sur ARM bottle filename (@fxcoudert)
- Allow casks to depend on ARM (@fxcoudert)
- โ Fix test for ARM (@fxcoudert)
- formula_installer: improve --force-bottle behaviour. (@MikeMcQuaid)
- ๐ language/node: remove unneeded scripts prior to installation (@dtrodrigues)
- ๐ Launder comments for improved rubydoc output (@EricFromCanada)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- โฌ๏ธ outdated/upgrade: fix upgrade alias edge case. (@MikeMcQuaid)
- ๐ build(deps): bump sorbet from 0.5.6006 to 0.5.6036 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump tapioca from 0.4.7 to 0.4.8 in /Library/Homebrew (@Homebrew)
- audit: tweak versioned formulae logic (again). (@MikeMcQuaid)
- how to set ENV in doc (@hyuraku)
- โก๏ธ update-test: more improvements. (@MikeMcQuaid)
- diagnostic: improve deleted message. (@MikeMcQuaid)
- link: link kegs without formulae. (@MikeMcQuaid)
- ๐ง formula: add on_linux and on_macos blocks (@iMichka)
- ๐ list: more parameters fixes. (@MikeMcQuaid)
- list: fix flag handling. (@MikeMcQuaid)
- diy: downcase names. (@MikeMcQuaid)
- โก๏ธ README: update 1Password image (@EricFromCanada)
- audit: bypass artifact check for vifm-osx-0.11 (@chenrui333)
- Improve @-versioned formulae linking. (@Homebrew)
- Keg.for: handle non-existent path. (@MikeMcQuaid)
- Unify and use Git username/email/GPG handling. (@MikeMcQuaid)
- ๐ Fixes #9017 (@acristoffers)
- ๐ build(deps): bump rspec from 3.9.0 to 3.10.0 in /Library/Homebrew (@Homebrew)
- โก๏ธ Update display of requirements (@EricFromCanada)
- shared_audits: add lidarr to GITHUB_PRERELEASE_ALLOWLIST (@miccal)
- audit: fdroidserver can have mixed python versions (@jonchang)
- โก๏ธ python: update virtualenv (@Homebrew)
- โช Revert "Improve @-versioned formulae linking." (@Homebrew)
- Improve @-versioned formulae linking. (@MikeMcQuaid)
- โฑ spec_helper: fix Timeout::Error/SystemExit handling. (@MikeMcQuaid)
- ๐ build(deps): bump sorbet-runtime from 0.5.5973 to 0.5.5981 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.5949 to 0.5.6006 in /Library/Homebrew (@Homebrew)
- โฌ๏ธ Fix upgrading dependents on missing keg (@MikeMcQuaid)
- Maintainer-Guidelines: give maintainers time to review enhancements. (@MikeMcQuaid)
- bug fix: add missing header param to url class (@tie624)
- shared_audits: add syntax-highlight to GITHUB_PRERELEASE_ALLOWLIST (@miccal)
- Refresh installed list before dependency check (@muneebmahmed)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- dev-cmd/pr-upload: run
-
v2.5.7 Changes
October 26, 2020- ๐ cmd/info: Add support for casks in brew info (@whoiswillma)
- ๐ build(deps): bump simplecov from 0.19.0 to 0.19.1 in /Library/Homebrew (@Homebrew)
- ๐ Add support for npm 7 (@diogoazevedos)
- ๐ Remove
infrakit
fromGITHUB_PRERELEASE_ALLOWLIST
as it's deprecated (@issyl0) - Allow [email protected] to be non-keg-only (@Homebrew)
- shared_audits: add nuclear to GITHUB_PRERELEASE_ALLOWLIST (@miccal)
- ๐ Remove IRC mention from README.md (@rohitgeddam)
- Add more license symbol functionality (@Rylan12)
- ๐ docs/create-tap: remove nbsp (@dtrodrigues)
- bintray: warn on upload error on uploads (@jonchang)
- rubocops: permit [email protected] to have bootstrapped binaries (@jonchang)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- ๐ docs/vale-styles: Bump all style violations to "error" level so they fail CI (@issyl0)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- ๐ build(deps): bump rubocop-rspec from 1.43.2 to 1.44.1 in /Library/Homebrew (@Homebrew)
- audit: avoid python symlink conflict (@Rylan12)
- utils/github: paginate pull request commits API (@jonchang)
- ๐ rubocops/patches: GitHub/GitLab patches should end with .patch (@SeekingMeaning)
- โก๏ธ Update manpages readme to current practice (@Amorymeltzer)
- fix brew edit (@hyuraku)
- Add some type signatures. (@reitermarkus)
- bash completion: Add remaining flags for brew outdated (@Amorymeltzer)
- ๐ build(deps): bump sorbet-runtime from 0.5.5967 to 0.5.5973 in /Library/Homebrew (@Homebrew)
- shared_audits: fix conditional in Bitbucket notability check (@alebcay)
- โ Permit installation of googletest (@rleigh-codelibre)
- Fix type error for inreplace. (@jonchang)
- ๐ build(deps): bump sorbet-runtime from 0.5.5949 to 0.5.5967 in /Library/Homebrew (@Homebrew)
- shared_audits: add extraterm to GITHUB_PRERELEASE_ALLOWLIST (@miccal)
- โก๏ธ Update Formula-Cookbook.md (@KazuakiM)
- ๐ docs/typechecking: Remove mentions of sorbet/files.yaml (@issyl0)
- โก๏ธ docs: update for new autosquash on automerge (@jonchang)
- ๐ build(deps): bump sorbet-runtime from 0.5.5947 to 0.5.5949 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.5947 to 0.5.5949 in /Library/Homebrew (@Homebrew)
- tap-new: add option for branch name (@Rylan12)
- ๐จ search: Print error message to stderr when not using TTY (@whoiswillma)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- Fix type signature of StringInreplaceExtension (@jonchang)
- ๐ build(deps): bump sorbet-runtime from 0.5.5944 to 0.5.5947 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.5944 to 0.5.5947 in /Library/Homebrew (@Homebrew)
- Use GITHUB_ENV instead of set-env (@peaceiris)
- ๐ Revert "build(deps): bump ruby-macho from 2.2.0 to 2.3.0 in /Library/Homebrew" (@Homebrew)
- ๐ build(deps): bump sorbet-runtime from 0.5.5943 to 0.5.5944 in /Library/Homebrew (@Homebrew)
- ๐ build(deps): bump sorbet from 0.5.5943 to 0.5.5944 in /Library/Homebrew (@Homebrew)
- (@Homebrew)
- ๐ build(deps): bump rubocop from 0.92.0 to 0.93.1 in /Library/Homebrew (@Homebrew)
- pr-automerge: enable --autosquash argument (@jonchang)
- โก๏ธ sorbet: Update RBI files. (@Homebrew)
- ๐ build(deps): bump ruby-macho from 2.2.0 to 2.3.0 in /Library/Homebrew (@Homebrew)
- ๐ dispatch-build-bottle: fix brew style. (@MikeMcQuaid)
- 0๏ธโฃ cmd/list.rb: --formula and --cask as default option on TTY (@Akylzhan)
- Inline type annotations. (@reitermarkus)
- Try preventing sorbet error. (@reitermarkus)
- bintray: check remote file hash prior to upload (@jonchang)
-
v2.5.6 Changes
October 12, 2020- ๐ style: python versions must match python dependency (@Rylan12)
- pr-pull: clean up review signoff trailer code (@jonchang)
- brew.sh: reorder to speedup shellenv. (@MikeMcQuaid)
- ๐ build(deps): bump sorbet from 0.5.5942 to 0.5.5943 in /Library/Homebrew (@Homebrew)
- ๐ dev-cmd: add dispatch-build-bottle command (@dawidd6)
- ๐ build(deps): bump sorbet-runtime from 0.5.5942 to 0.5.5943 in /Library/Homebrew (@Homebrew)
- โ
Fix version comparison in
SDK#latest_sdk
. (@reitermarkus) - โก๏ธ sorbet: Update RBI files and prune files.yaml. (@Homebrew)
- Add and vendor
rubocop-sorbet
andsorbet-runtime-stub
. (@reitermarkus) - โก๏ธ sorbet: Update RBI files and prune files.yaml. (@Homebrew)
- ๐ build(deps-dev): bump github-pages from 208 to 209 in /docs (@Homebrew)
- ๐ build(deps): bump codecov from 0.2.11 to 0.2.12 in /Library/Homebrew (@Homebrew)
- Fix
dependabot.yml
. (@reitermarkus) - ๐ง audit: allow Linux checking Homebrew dependencies. (@MikeMcQuaid)
- audit: check versioned dependency conflicts. (@MikeMcQuaid)
- โก๏ธ Update vendored gems. (@reitermarkus)
- ๐ฏ Reduce shallow clone usage (@MikeMcQuaid)
- cask/cmd/info.rb: Fix crash when running
brew cask info --github
(@whoiswillma)
-
v2.5.5 Changes
October 09, 2020- ๐ฆ python: do not add main brewed Python site-package to virtualenv (@iMichka)
- ๐ Fix running deprecated command in fish completion (@aktriver)
- โฌ๏ธ Force
brew upgrade
to treat arguments as casks if--cask
is passed. (@reitermarkus) - โฌ๏ธ Allow all cask options for
brew reinstall
andbrew upgrade
. (@reitermarkus) - Bug fix _brew_upgrade zsh completion function (@lsparlin)