Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:01
· 18 commits to main since this release
0.4.0
937385c

Version 0.4.0

Changelog

  • Renamed the module repo to helly25_bashtest and dropped the com_helly25_bashtest alias. The bashtest macro now resolves its runtime via a repo-relative Label, so it works regardless of the apparent repo name. Consumers must update load("@helly25_bashtest//bashtest:bashtest.bzl", "bashtest") (previously @com_helly25_bashtest).
  • Dropped legacy WORKSPACE support; the module is now bzlmod-only.
  • Extended the BCR presubmit support matrix: added Bazel 9.x and the Linux platforms ubuntu 22.04, Debian 12, and Rocky Linux 8 (alongside the existing ubuntu 24.04 and macOS).

For Bazel MODULE.bazel

bazel_dep(name = "helly25_bashtest", version = "0.4.0")

What's Changed

  • Extend BCR support matrix (Bazel 9.x + more Linux); 0.3.2 by @helly25 in #19
  • ci(bcr): test on macos_arm64 instead of Intel macos by @helly25 in #20
  • feat!: drop com_helly25_bashtest alias and WORKSPACE support; bzlmod-only (0.4.0) by @helly25 in #21

Full Changelog: 0.3.1...0.4.0