Skip to content

1.0.0

Latest

Choose a tag to compare

@gregestren gregestren released this 27 May 19:39
· 5 commits to main since this release
ab99943

What's Changed

This is a no-op update of 0.0.11.

1.0.0 reflects that this is a stable API used in core Bazel production code.

See #112.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
    ],
    sha256 = "3384eb1c30762704fbe38e440204e114154086c8fc8a8c2e3e28441028c019a8",
)