0.8.3
Pre-release
Pre-release
Using Bzlmod with Bazel 6 or greater
- Enable Bzlmod with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_build_error", version = "0.8.3")
What's Changed
- fix: take environment variables into account by @yuyawk in #97
- fix: use_default_shell_env is not needed by @yuyawk in #98
- introduce
inline_src
by @yuyawk in #99
Full Changelog: 0.8.2...0.8.3