v0.6.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4",
strip_prefix = "rules_testing-0.6.0",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz",
)
What's Changed
Other Changes
- chore: Disable Bzlmod explicitly for workspace setup by @meteorcloudy in #73
- chore: fix order of loads to satisfy buildifier check by @copybara-service in #74
- docs: document 0.4.0 and 0.5.0 changes by @copybara-service in #77
- chore: upgrade (dev only dependency) rules_python 0.22.0 -> 0.27.0 by @rickeylev in #81
- feat: allow custom target-under-test attributes by @copybara-service in #78
- Add support for provider maps to rules_testing by @copybara-service in #83
- Update changlog for 0.6.0 release by @copybara-service in #85
- breaks internal tests by @copybara-service in #86
- Roll forward of "Add support for provider maps to rules_testing" by @copybara-service in #87
- Fix expect.that_struct. It is currently broken, since it won't take in attrs, and attrs in a mandatory attribute for the new function on a struct. by @copybara-service in #90
- Add env.expect.that_value to the changelog. by @copybara-service in #92
New Contributors
- @meteorcloudy made their first contribution in #73
Full Changelog: v0.5.0...v0.6.0