Another release with two new features and some bug fixes.
What's new
Go version
- Bazelisk now supports
WORKSPACE.bazel
files which can be used as aliases forWORKSPACE
files. - The
--migrate
flag will now print more information about incompatible flags, including the Bazel release in which they will be flipped, and links to their GitHub issues.
Python version
- @clintharrison fixed a bug related to file paths (thank you!).