Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 16:01
· 0 commits to master since this release
4f826d1

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python",
    sha256 = "15f84594af9da06750ceb878abbf129241421e3abbd6e36893041188db67f2fb",
    strip_prefix = "rules_python-0.7.0",
    url = "https://github.com/bazelbuild/rules_python/refs/tags/v0.7.0.tar.gz",
)

Full Changelog: 0.6.0...v0.7.0