Releases: buildbuddy-io/bazel_env.bzl
Releases · buildbuddy-io/bazel_env.bzl
v0.2.0
v0.1.2
Add to your MODULE.bazel
file:
bazel_dep(name = "bazel_env.bzl", version = "0.1.2")
What's Changed
- Detect that a tool has been removed by @fmeum in #11
- Fix and add JS tools to example by @fmeum in #17
- Update rules_java to fix version mismatch with last_green by @fmeum in #19
- Make tests more realistic and allow wildcard matching by @fmeum in #21
- Add rust tools to example by @scasagrande in #24
New Contributors
- @scasagrande made their first contribution in #24
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Add to your MODULE.bazel
file:
bazel_dep(name = "bazel_env.bzl", version = "0.1.1")
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Add to your MODULE.bazel
file:
bazel_dep(name = "bazel_env.bzl", version = "0.1.0")
What's Changed
- Show a direnv error after
bazel clean
by @fmeum in #3 - Improve setup instructions by @fmeum in #5
- Add release setup by @fmeum in #6
- Make release_prep.sh executable by @fmeum in #7
- Fix release notes formatting by @fmeum in #8
- Fix strip_prefix, update README and release notes by @fmeum in #9
New Contributors
Full Changelog: https://github.com/buildbuddy-io/bazel_env.bzl/commits/v0.1.0