5.9.33
Install Aspect CLI
See full install instructions in README.md.
Homebrew (MacOS)
Link the Aspect CLI as bazel
just like the bazelisk installer does:
% brew install aspect-build/aspect/aspect
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc
in your project folder:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.9.33
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
- chore: bump to Aspect CLI 5.9.32 by @gregmagolan in #693
- chore: tidy .bazelrc by @gregmagolan in #692
- chore(deps): upgrade Go SDK to latest by @alexeagle in #695
- process: sync commits from Aspect-internal silo by @alexeagle in #697
- process: sync commits from Aspect-internal silo by @gregmagolan in #698
- process: sync commits from Aspect-internal silo by @gregmagolan in #699
- chore: bump rules_js and friends by @gregmagolan in #700
Full Changelog: 5.9.32...5.9.33