Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 20:19
· 3 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 = "28c2d174471b587bf0df1fd3a10313f22c8906caf4050f8b46ec4648a79f90c3",
    strip_prefix = "rules_testing-0.7.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.7.0/rules_testing-v0.7.0.tar.gz",
)

What's Changed

Other Changes

  • Adding Bazel versions to presubmit.yml by @comius in #94
  • Copy unittest.bzl from bazel_skylib to rules_testing. by @copybara-service in #97
  • Update Stardoc to 0.6.2. by @lberki in #100
  • Explicitly enable WORKSPACE in WORKSPACE tests by @Wyverald in #105
  • Skip analysis tests when coverage is run. by @copybara-service in #107
  • Upgrade workspace rules_java to 7.11.1 by @copybara-service in #110
  • Update changelog for 0.7.0 release by @copybara-service in #116

New Contributors

Full Changelog: v0.6.0...v0.7.0