Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 18:20
· 202 commits to main since this release

Installation

Important

Installation is only supported via Bzlmod!

Choose from the options below and put as dependency in your MODULE.bazel.

Install from BCR

bazel_dep(name = "bzlparty_tools", version = "0.1.0")

Install from Git

bazel_dep(name = "bzlparty_tools")

git_override(
    module_name = "bzlparty_tools",
    remote = "[email protected]:bzlparty/tools.git",
    commit = "47a8e895357fc986683023cc95d148e5d5bf8bfc",
)

Install from Archive

bazel_dep(name = "bzlparty_tools")

archive_override(
    module_name = "bzlparty_tools",
    urls = "https://github.com/bzlparty/tools/releases/download/v0.1.0/tools-v0.1.0.tar.gz",
    strip_prefix = "tools-0.1.0",
    integrity = "sha256-45bace7a1c89b8cce3c8666a48a1147fff6f8f40c7e6103767f36456c9ccffcb",
)

Checksums

tools-v0.1.0.tar.gz 45bace7a1c89b8cce3c8666a48a1147fff6f8f40c7e6103767f36456c9ccffcb

Full Changelog: https://github.com/bzlparty/tools/commits/v0.1.0