Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 17:57
· 36 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 = "ea99a4ecad9bea633562c715df97bfdc4353d7085aa114e8bc19a89c392351d6",
    strip_prefix = "rules_testing-0.2.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.2.0/rules_testing-v0.2.0.tar.gz",
)

What's Changed

Other Changes

  • Add default_applicable_licenses to lib package. by @copybara-service in #38
  • cleanup: upgrade to rules_python 0.22.0 by @rickeylev in #39
  • cleanup: Upgrade to stardoc 0.5.6 and enable bzlmod for building docs by @rickeylev in #40
  • feat: Support unit test (non-analysis test) types of tests in rules_testing by @copybara-service in #46

Full Changelog: v0.1.0...v0.2.0