Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 05:41
· 19 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 = "b84ed8546f1969d700ead4546de9f7637e0f058d835e47e865dcbb13c4210aed",
    strip_prefix = "rules_testing-0.5.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.5.0/rules_testing-v0.5.0.tar.gz",
)

What's Changed

Other Changes

New Contributors

Full Changelog: v0.4.0...v0.5.0