Skip to content

0.5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 13:51
· 32 commits to main since this release
59c0534

Using Bzlmod with Bazel 6 or greater

  1. Enable Bzlmod with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_build_error", version = "0.5.4")

What's Changed

  • Updated hermetic_cc_toolchain to 3.1.1 by @bazel-steward-app in #60
  • Updated hermetic_cc_toolchain to 3.1.1 by @bazel-steward-app in #59
  • use install-bazelisk action by @yuyawk in #61
  • Update .gitignore: erase unneeded item by @yuyawk in #62
  • chore(deps): bump bazel-contrib/.github from 6 to 7 by @dependabot in #63
  • Update dependabot.yml: change to daily by @yuyawk in #64
  • Update tests.yml: add scheduled workflow by @yuyawk in #65
  • Update release.yml: fix version regex by @yuyawk in #66
  • fix: avoid bash injection in github actions by using env by @yuyawk in #67
  • use latest ubuntu where version is not important by @yuyawk in #68
  • fix: take conlyopts into consideration by @yuyawk in #69

Full Changelog: 0.5.3...0.5.4