Skip to content

v1.29.0

Latest

Choose a tag to compare

@fweikert fweikert released this 27 Apr 21:17
5a7ff38

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 bazeliskVersion command 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 exec instead 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!