v1.15.0 comes with several notable changes to the Go version of Bazelisk:
- Features:
- Added support for users-specific
.bazeliskrc
files, in addition to.bazeliskrc
files in the workspace root (#390).
- Added support for users-specific
- Fixes:
- Fixed an issue where Bazelisk ignored the
tools/bazel
wrapper (#345). - Startup options are now correctly passed to
bazel clean
andbazel shutdown
, thus ensuring that the commands affect the correct Bazel server (#362). - Suppressed incorrect fallback warnings on Apple Silicon when fetching Bazel binaries built at specific commits (#392).
- Fixed an issue where Bazelisk ignored the
We’d like to thank our amazing contributors @JaredNeil, @jbms, @LINKIWI, @meteorcloudy and @Vertexwahn!