v0.0.5
WARNING: This version is broken with bzlmod
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "0c2abee201f566a088c720e12bc1d968bc56e6a51b692d9c81b1fe861bdf2be2",
strip_prefix = "rules_testing-0.0.5",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.5/rules_testing-v0.0.5.tar.gz",
)
What's Changed
Other Changes
- tests: add bzlmod coverage to CI config by @rickeylev in #19
- docs: Make bzl files processable by stardoc. by @copybara-service in #20
- docs: split docs into more user-friendly docs. by @copybara-service in #22
- cleanup: Deduplicate variables in compare_contains_exactly_predicates by @fmeum in #30
- Generate docs using Sphinx and Readthedocs by @rickeylev in #28
- fix: Record match for matching in-order elements by @fmeum in #29
New Contributors
Full Changelog: v0.0.4...v0.0.5