- b1bce1b Upgrade bazel_dep dependencies and .bazelversion (#752) by Yun Peng · 8 days ago main upstream/master
- c10812c Improve error when `completion` is not supported (#747) by Florian Weikert · 3 weeks ago
- d502081 docs(installation): add mise alternative method installation (#739) by Jean-Yves LENHOF · 5 weeks ago
- 239f342 Correctly detect rolling release in rare edge case (#745) by Florian Weikert · 5 weeks ago
- 1fe6057 Bump golang.org/x/term from 0.36.0 to 0.37.0 (#740) by dependabot[bot] · 5 weeks ago
- 49f0b12 Properly handle powershell and batch wrappers (#732) by Valentin Grigorev · 6 weeks ago
- ffde42c Change completion script name from 'gh' to 'bazel' (#733) by Corentin Kerisit · 6 weeks ago
- 6dde358 Add BAZELISK_BASE_URL regression test (#734) by Jeremy Nimmer · 6 weeks ago
- 8d88666 Support binary tools/bazel wrappers (#696) by Julio Merino · 6 weeks ago
- ca08d85 Bump golang.org/x/term from 0.35.0 to 0.36.0 (#726) by dependabot[bot] · 7 weeks ago
- 0ba6d71 Bump github.com/gofrs/flock from 0.12.1 to 0.13.0 (#727) by dependabot[bot] · 8 weeks ago
- 410fd25 Wait for child graceful exit in shutdown (#730) by Michael Krasnyk · 8 weeks ago
- 40a6d22 Update Bazel version in bazelisk_test.sh (#728) by Yun Peng · 9 weeks ago
- ea3fa7d make release candidate versions handling on BAZELISK_BASE_URL (#722) by Chris Chua · 3 months ago
- 0a7bc03 Bump rules_shell from 0.4.1 to 0.6.1 (#724) by Florian Weikert · 3 months ago
- 7ece043 Bump golang.org/x/term from 0.34.0 to 0.35.0 (#721) by dependabot[bot] · 4 months ago
- 1ebefa1 handle PATH with '=' correctly (#720) by Harald Gliebe · 4 months ago
- a2e10ec Bump golang.org/x/term from 0.33.0 to 0.34.0 (#717) by dependabot[bot] · 4 months ago
- d4deac0 Bump golang.org/x/term from 0.32.0 to 0.33.0 (#712) by dependabot[bot] · 5 months ago v1.27.0
- 8f6daef Add `bazelisk completion bash/fish` command (#706) by Thi Doan · 6 months ago
- cfa90e9 Update bazel and some dependencies (#708) by Yun Peng · 6 months ago
- 065da24 Fix typo in README.md (#705) by Julian Howes · 6 months ago
- c95f494 Update bazel_lib in MODULE.bazel (#704) by Yun Peng · 6 months ago
- 35d369a [bazelci] replace ubuntu2004 with ubuntu2404 (#702) by Rui Chen · 6 months ago
- e49bb71 Update go version in MODULE.bazel (#703) by Yun Peng · 6 months ago
- 2ecd43c [README.md] Mention tools/bazel.ps1 tools/bazel.bat (#504) by Peter Kolloch · 7 months ago
- 6560097 Bump golang.org/x/term from 0.31.0 to 0.32.0 (#693) by dependabot[bot] · 8 months ago
- a2d1da0 Allow `--bisect` to be interrupted (#692) by Fabian Meumertzheim · 8 months ago
- 3b6a7df py: fetch commit binaries from different bucket (#685) by Florian Weikert · 8 months ago
- de10a0b fix: bump go version to 1.23.0 (#680) by Rui Chen · 8 months ago
- 6f71445 Run buildifier to add loads (#682) by Ivo List · 8 months ago
- 102699f Improve --migrate feature (#678) by Yun Peng · 9 months ago v1.26.0
- f50920e Bump golang.org/x/term from 0.30.0 to 0.31.0 (#677) by dependabot[bot] · 9 months ago
- 60c6ea8 Update bazelisk_test.sh (#676) by Yun Peng · 9 months ago
- be1c257 Add how to install Bazelisk via Scoop or WinGet (#668) by Tatsunori Uchino · 9 months ago
- 409f705 Do not strip debugging symbols from Windows binaries. (#669) by Tiago Quelhas · 9 months ago
- de8fc98 Bump golang.org/x/term from 0.29.0 to 0.30.0 (#666) by dependabot[bot] · 10 months ago
- cdb99bf Add the ability to forbid a format URL in addition to a base URL. (#662) by Tiago Quelhas · 10 months ago
- 740e1b9 Bump golang.org/x/term from 0.28.0 to 0.29.0 (#656) by dependabot[bot] · 10 months ago
- 58015c1 Ignore signals using notify/stop (#658) by Brandon Duffany · 10 months ago
- a6dd66e Fix typo (#661) by Tiago Quelhas · 10 months ago
- 97ecfef Add missing documentation in versions.go (#660) by Tiago Quelhas · 10 months ago
- 3363d12 Add missing documentation in repositories.go (#659) by Tiago Quelhas · 10 months ago
- d335ef5 Hide the per os/arch binaries behind a macro. (#655) by Tiago Quelhas · 10 months ago
- dfa53af Reset signal handling after Bazel terminates (#657) by Fabian Meumertzheim · 11 months ago
- 1f9a1ac Bump golang.org/x/term from 0.27.0 to 0.28.0 (#651) by dependabot[bot] · 11 months ago
- fb63909 Fix bazelisk_test.sh (#652) by Yun Peng · 11 months ago
- f87dc7c Bump golang.org/x/term from 0.26.0 to 0.27.0 (#645) by dependabot[bot] · 11 months ago
- 0a4dc6b Use legacy names (#649) by Fabian Meumertzheim · 12 months ago
- 8eec345 Print Bazelisk version when startup flags are set. (#646) by Florian Weikert · 1 year ago v1.25.0
- 86ef884 Use lock to fix issue with parallel invocations (#638) by Grzegorz Lukasik · 1 year, 1 month ago
- 26309b3 Extract a method for locating Bazel (#635) by Simon Stewart · 1 year, 1 month ago
- 5a2dca9 Increased size of go_bazelisk_test (#637) by Grzegorz Lukasik · 1 year, 1 month ago
- edab5e0 Improve signal handling. (#642) by Tiago Quelhas · 1 year, 1 month ago
- c3aa711 Teach bazelisk.py about .bazeliskrc (#494) by Jeremy Nimmer · 1 year, 1 month ago
- 801dd34 Avoid unnecessary HTTP requests for latest/last_rc (#641) by Florian Weikert · 1 year, 1 month ago v1.24.1
- e812979 bisect: always override oldCommit to the merge base commit (#633) by Yun Peng · 1 year, 1 month ago
- 2d9b590 Improve error message for missing LTS binaries (#639) by Florian Weikert · 1 year, 1 month ago
- 1f492e5 Implement wildcard version identifier "N.*" (#636) by Florian Weikert · 1 year, 1 month ago v1.24.0
- e81f342 Refactor repositories API (#631) by Florian Weikert · 1 year, 1 month ago
- eb279d7 Bump golang.org/x/term from 0.25.0 to 0.26.0 (#628) by dependabot[bot] · 1 year, 1 month ago
- 22d3367 feat: improve httputil error messages (#624) by Javier Maestro · 1 year, 2 months ago v1.23.0
- d20eff9 Fix some debian metadata (#625) by Jeremy Nimmer · 1 year, 2 months ago
- c0b7400 Close response body before retry (#627) by Yun Peng · 1 year, 2 months ago
- 2f239be Fix races on temporary file copies (#616) by Sushain Cherivirala · 1 year, 3 months ago v1.22.1
- 572e6f7 Bump golang.org/x/term from 0.24.0 to 0.25.0 (#619) by dependabot[bot] · 1 year, 3 months ago
- dc77594 Restore npm publish target (#615) by Florian Weikert · 1 year, 3 months ago
- d22deda Improve last green commit support (#614) by Yun Peng · 1 year, 3 months ago v1.22.0
- bb3bb3f Let `--bisect=~<old>..<new>` find the first fixing commit (#613) by Fabian Meumertzheim · 1 year, 3 months ago
- c6756d0 Set `BAZELISK` var to `bazelisk` executable path (#612) by Fabian Meumertzheim · 1 year, 3 months ago
- 909fce8 Fix & re-enable test_path_is_consistent_regardless_of_base_url (#611) by Florian Weikert · 1 year, 3 months ago
- 2562ea7 Release Debian Packages (#608) by Jeremy Nimmer · 1 year, 3 months ago
- e7852ff Fix breakage with Bazel@HEAD (#610) by Yun Peng · 1 year, 3 months ago
- 0410f74 Bump golang.org/x/term from 0.23.0 to 0.24.0 (#609) by dependabot[bot] · 1 year, 4 months ago
- 22bef8d Create Debian packages (#563) by Jeremy Nimmer · 1 year, 4 months ago v1.21.0
- 0b27498 Add OS-specific BAZELISK_HOME (#474) by mzapotoczny · 1 year, 4 months ago
- 9a2b251 Update: Go `1.23.0` and Bazel `7.3.1` (#603) by Alberto Cavalcante · 1 year, 4 months ago
- e91a9cd Fetch bazel binaries for commits on linux arm64 (#604) by Yun Peng · 1 year, 4 months ago
- a53aa0f Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#579) by dependabot[bot] · 1 year, 4 months ago
- 5ee9be0 Bump golang.org/x/term from 0.22.0 to 0.23.0 (#602) by dependabot[bot] · 1 year, 4 months ago
- 4448ad1 Add Windows ARM64 and Refactored Targets (#601) by Alberto Cavalcante · 1 year, 5 months ago
- 99ab439 Upgrade: Go SDK to 1.22.5 (#599) by Alberto Cavalcante · 1 year, 5 months ago
- 54fbae3 Bump golang.org/x/term from 0.13.0 to 0.22.0 (#591) by dependabot[bot] · 1 year, 5 months ago
- 2eecbbb Fix typos (#596) by Florian Weikert · 1 year, 5 months ago
- 013d0e9 Fix various style issues (#595) by Florian Weikert · 1 year, 5 months ago
- 5e89768 Remove go_default_library & go_default_test (#593) by Florian Weikert · 1 year, 5 months ago
- 78292af Update Bazel versions in test (#594) by Florian Weikert · 1 year, 5 months ago
- 19ee002 `.bazeliskrc`: Add Support for Env Var and Tilde Expansion (#587) by Alberto Cavalcante · 1 year, 6 months ago
- cf1ecc9 bump Bazel to 7.2.1 (#590) by Alberto Cavalcante · 1 year, 6 months ago
- 645e1bc removed backport of strings.Cut and use it instead (#589) by Alberto Cavalcante · 1 year, 6 months ago
- 46a1511 replace usage of deprecated io/ioutil (#588) by Alberto Cavalcante · 1 year, 6 months ago
- e35dc4f add mention to BAZELISK_NOJDK and BAZELISK_FORMAT_URL variables to .bazeliskrc for Bazelisk Go (#585) by Alberto Cavalcante · 1 year, 6 months ago
- 47f6047 Allow overriding tools/bazel path with BAZELISK_WRAPPER_PATH (#567) by Keith Smiley · 1 year, 7 months ago
- 2d2449e Split lines of .bazelversion and return first nonempty. (#576) by API92 · 1 year, 7 months ago
- 24651ab Allow specifying where stdout should get written (#526) by Daniel Wagner-Hall · 1 year, 8 months ago v1.20.0
- 24935f4 Bump Bazel to 7.1.1 (#564) by Jeremy Nimmer · 1 year, 9 months ago
- fec36a9 chore(bazel): add MODULE.bazel files for bzlmod (#557) by Matthieu MOREL · 1 year, 10 months ago
- 006c13b httputil: Avoid displaying percentage in download progress when content length is not defined (#539) by LINKIWI · 1 year, 11 months ago
- 0c6620a Add support for BAZELISK_NOJDK to Go Bazelisk (#531) by Jay Bazuzi · 1 year, 11 months ago
- 88d3724 Allow retrying on non-HTTP errors (#529) by Li-Yu Yu · 2 years ago