Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 03:18
· 31 commits to master since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_testing",
    sha256 = "8df0a8eb21739ea4b0a03f5dc79e68e245a45c076cfab404b940cc205cb62162",
    strip_prefix = "rules_testing-0.4.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.4.0/rules_testing-v0.4.0.tar.gz",
)

What's Changed

Other Changes

Full Changelog: v0.3.0...v0.4.0