Skip to content

0.3.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:54
· 2 commits to main since this release
0.3.1
494f3d4

Version 0.3.1

Changelog

For Bazel MODULES.bazel

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

For Bazel WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_bashtest",
  url = "https://github.com/helly25/bashtest/releases/download/0.3.1/bashtest-0.3.1.tar.gz",
  sha256 = "f2f9869f53dbf49fb43a045483b1125d2c9da2b7d041bef9ed6fe63468f05f1d",
  strip_prefix = "bashtest-0.3.1",
)

Initializing the required modules

The project depends on some additional external repositories that can be added
manually of by calling the support functions in the user' WORKSPACE file:

load("@com_helly25_bashtest//bzl/workspace:load_modules.bzl", "helly25_bashtest_load_modules")

helly25_bashtest_load_modules()

load("@com_helly25_bashtest//bzl/workspace:init_modules.bzl", "helly25_bashtest_init_modules")

helly25_bashtest_init_modules()

What's Changed

  • Bump version to 0.3.1 and add subcommands/--dry-run to trigger_release.sh by @helly25 in #14
  • ci: upgrade done gate to self-check + 1-line aggregation by @helly25 in #15
  • chore: bump to 0.3.1 and auto-publish releases to the BCR by @helly25 in #16
  • ci: fix BCR publish job startup_failure (drop job-level permissions) by @helly25 in #17
  • ci: fix BCR publish permission cascade (startup_failure) by @helly25 in #18

Full Changelog: 0.3.0...0.3.1