Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 19:31
· 56 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 = "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