Bazelisk v1.29.0 comes with new features and several improvements:
New Features (Go Binary)
- Official Bazel releases will be authenticated via an embedded verification key (#192).
- Bazelisk now supports the
bazeliskVersioncommand so that users can see the Bazelisk version without having to download/run Bazel (#763).
New Features (Go Library)
- Callers can now capture stderr via an
io.Writer(#751).
Bug Fixes & Improvements (Go)
- On non-Windows machines Bazelisk will be run via
execinstead of in a subprocess (#566). - Bazelisk releases now come with sha256 checksums (#770).
We’d like to thank our amazing contributors @aaron-skydio, @isakstenstrom, @PiotrSikora, @sitaktif and @valco1994!