v0.4.0
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
- feat: Allow setting common rule attributes for analysis tests by @rickeylev in #55
- feat: Add StructSubject by @rickeylev in #61
Full Changelog: v0.3.0...v0.4.0