Add to your MODULE.bazel file:
bazel_dep(name = "bazel_env.bzl", version = "0.8.0")What's Changed
- Update rules_java by @fmeum in #91
- Also forward
argsfrom tools by @fmeum in #94 - Fix tests with Bazel 9 by @fmeum in #96
- Set JS_BINARY__PATCH_NODE_FS=0 to allow js_binary to follow symlinks by @korina-simicevic in #98
- Update rules_coreutils version to 1.0.2 by @lukasoyen in #102
- Replace
touchwith bash builtin to fix NixOS compatibility by @DhashS in #101 - Redirect auto-rebuild bazel build logs to stderr by @thirtyseven in #105
New Contributors
- @korina-simicevic made their first contribution in #98
- @DhashS made their first contribution in #101
- @thirtyseven made their first contribution in #105
Full Changelog: v0.7.2...v0.8.0