v0.0.4
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "4e21f9aa7996944ce91431f27bca374bff56e680acfe497276074d56bc5d9af2",
strip_prefix = "rules_testing-0.0.4",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.4/rules_testing-v0.0.4.tar.gz",
)
What's Changed
Other Changes
- fix: Remove google-internal path from file_subject_test by @rickeylev in #8
- Add simple end-to-end tests for bzlmod. by @rickeylev in #9
- test: Ignore nested workspaces so //... works in the main repo. by @rickeylev in #13
- tests: Remove google-internal path from target_subject_test by @rickeylev in #14
- style: fix buildifier warnings by @rickeylev in #16
- cleanup: default visibility to private by @copybara-service in #17
- fix: make fail use correct attribute name by @copybara-service in #18
New Contributors
- @copybara-service made their first contribution in #17
Full Changelog: v0.0.3...v0.0.4