v0.99.1-rc0
Pre-release
Pre-release
·
13 commits
to main
since this release
1512
2751
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.99.1-rc0")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "5419c8fb81df8e72bb4d9945fe5851163f507315e67219bb522516d646a4aeaa",
strip_prefix = "bazeldnf-v0.99.1-rc0",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.99.1-rc0/bazeldnf-v0.99.1-rc0.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.6.0-rc16...v0.99.1-rc0