Skip to content

v0.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 18:51
· 68 commits to main since this release
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "c6aecb167e41e923aeaa629443dabb7dc37462d96db928c3e91e2b019160e710",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

What's Changed

  • Build and publish ppc builds by @rmohr in #55
  • Support release candidate bulding properly by @rmohr in #56

Full Changelog: v0.5.6...v0.5.7