Skip to content

0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 04:31
· 972 commits to main since this release
df308be

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python",
    sha256 = "00b25b02dc4593d620fccdd6c6069a202b87ac56f8446fab1a8101da557da2c2",
    strip_prefix = "rules_python-0.10.1",
    url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.1.tar.gz",
)

What's Changed

Full Changelog: 0.10.0...0.10.1