Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 10:31
· 2 commits to master since this release

WORKSPACE snippet:

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

What's Changed

Other Changes

  • chore(deps): stardoc, rules_python, rules_cc, protobuf, rule_java by @rickeylev in #117
  • chore: remove defunct file and todo by @copybara-service in #118
  • chore: upgrade CI from Bazel 5 to 6 by @comius in #122
  • Copy unittest.bzl tests from bazel_skylib to rules_testing. by @copybara-service in #123
  • Internal functionality by @copybara-service in #124
  • chore: Prepare WORKSPACE mode for Bazel 8 by @hvadehra in #127
  • Internal change by @copybara-service in #129
  • Add bindir to formatting variables by @copybara-service in #131
  • Remove collect_actions_recursively by @copybara-service in #133
  • Support testing aspects by @copybara-service in #135

New Contributors

Full Changelog: v0.7.0...v0.8.0