Skip to content

Releases: yuyawk/rules_build_error

0.8.3

21 Dec 07:19
60deec0
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release

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.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

0.8.2

20 Dec 10:03
7cdc546
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

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.8.2")

What's Changed

  • fix: correctly parse a space inside command-line option by @yuyawk in #96

Full Changelog: 0.8.1...0.8.2

0.8.1

10 Dec 17:44
e5083b5
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

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.8.1")

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

27 Nov 17:39
c850542
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

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.8.0")

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

26 Nov 12:55
3c0070f
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

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.7.0")

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

04 Nov 13:44
09ad021
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

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.6.1")

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

02 Nov 09:56
a9d50bb
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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.6.0")

What's Changed

Full Changelog: 0.5.5...0.6.0

0.5.5

30 Oct 15:57
814a4d1
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release

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.5")

What's Changed

  • chore: Use wildcard for bazel version by @yuyawk in #70
  • Update bazel-steward.yml: Only specify the major version by @yuyawk in #71
  • Update common.bash: restrict environment variables when running tests by @yuyawk in #72
  • update readme by @yuyawk in #73
  • update readme to refer to BCR by @yuyawk in #74
  • change license to cc0 by @yuyawk in #75

Full Changelog: 0.5.4...0.5.5

0.5.4

14 Oct 13:51
59c0534
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

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

0.5.3

05 Sep 16:00
3eb4ef0
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

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.3")

What's Changed

  • Revert "fix: Have bazel steward sequentially scan directories" by @yuyawk in #44
  • Updated hermetic_cc_toolchain to 3.1.0 by @bazel-steward-app in #45
  • Updated hermetic_cc_toolchain to 3.1.0 by @bazel-steward-app in #46
  • fix: allow bazel steward to modify branch names, to avoid conflicts by @yuyawk in #47
  • Updated bazel_skylib to 1.7.0 by @bazel-steward-app in #49
  • Updated bazel_skylib to 1.7.0 by @yuyawk in #50
  • fix: branch name created by bazel steward by @yuyawk in #51
  • Updated bazel_skylib to 1.7.1 by @bazel-steward-app in #53
  • Updated bazel_skylib to 1.7.1 by @bazel-steward-app in #52
  • chore(deps): bump VirtusLab/bazel-steward from 1.5.0 to 1.5.2 by @dependabot in #54
  • Updated buildifier_prebuilt to 7.1.2 by @bazel-steward-app in #55
  • Updated buildifier_prebuilt to 7.3.1 by @bazel-steward-app in #56
  • Update bazelisk to 1.20.0 by @yuyawk in #58

Full Changelog: 0.5.2...0.5.3