Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 02:24
· 834 commits to main since this release
b842276

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python",
    sha256 = "95d3463392f166ed9b13ee2b92c75efb97782545631ef0d9bca8b544162533b6",
    strip_prefix = "rules_python-.6.0",
    url = "https://github.com/bazelbuild/rules_python/archive/0.6.0.tar.gz",
)

Full Changelog: 0.3.0...0.6.0