0.4.0
Version 0.4.0
Changelog
- Renamed the module repo to
helly25_bashtestand dropped thecom_helly25_bashtestalias. Thebashtestmacro now resolves its runtime via a repo-relativeLabel, so it works regardless of the apparent repo name. Consumers must updateload("@helly25_bashtest//bashtest:bashtest.bzl", "bashtest")(previously@com_helly25_bashtest). - Dropped legacy
WORKSPACEsupport; 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