Skip to content

Releases: bazelbuild/rules_testing

v0.0.2

16 Feb 20:15
Compare
Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/bazelbuild/rules_testing/commits/v0.0.2

v0.0.1

16 Feb 01:02
Compare
Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/bazelbuild/rules_testing/commits/v0.0.1