Skip to content

Releases: bazelbuild/rules_testing

v0.9.0

06 Aug 09:00

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Mar 10:31

Choose a tag to compare

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

New Contributors

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

v0.7.0

28 Oct 20:19

Choose a tag to compare

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

New Contributors

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

v0.6.0rc1

20 Feb 13:18

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

New Contributors

Full Changelog: v0.5.0...v0.6.0rc1

v0.6.0

20 Feb 14:10

Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 Oct 05:41

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Jul 03:18

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Jul 19:52

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Jun 17:57

Choose a tag to compare

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

v0.1.0

02 May 19:31

Choose a tag to compare

WORKSPACE snippet:

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

What's Changed

Other Changes

  • fix: Don't require downstream users to register Python toolchains. by @rickeylev in #34

Full Changelog: v0.0.5...v0.1.0