Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 14:48
· 188 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.2.0")

Install from Git

bazel_dep(name = "bzlparty_tools")

git_override(
    module_name = "bzlparty_tools",
    remote = "git@github.com:bzlparty/tools.git",
    commit = "8608bf68c0749835e95e44c9d3d966996b1997dc",
)

Install from Archive

bazel_dep(name = "bzlparty_tools")

archive_override(
    module_name = "bzlparty_tools",
    urls = "https://github.com/bzlparty/tools/releases/download/v0.2.0/tools-v0.2.0.tar.gz",
    strip_prefix = "tools-0.2.0",
    integrity = "sha256-7330af23f42e9bf7e79bbf253ed10961d07233c76e434c3188e0c21c1ada5c5c",
)

Checksums

tools-v0.2.0.tar.gz 7330af23f42e9bf7e79bbf253ed10961d07233c76e434c3188e0c21c1ada5c5c

Full Changelog: v0.1.0...v0.2.0