Skip to content

0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 00:15
· 984 commits to main since this release
4c961d9

WORKSPACE setup:

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

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9.0