Skip to content

1.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 16:41
7e48d64

Bzlmod Snippet

bazel_dep(name = "bazelpods", version = "1.12.1")

Workspace Snippet

http_archive(
  name = "bazelpods",
  sha256 = "9e2267c13935ef22b8e19c9bdd06ec9068fae938faa3c46f6c39d4e40151de90",
  url = "https://github.com/sergeykhliustin/BazelPods/releases/download/1.12.1/release.tar.gz"
)
load("@bazelpods//:repositories.bzl", "bazelpods_dependencies")
bazelpods_dependencies()

What's Changed

Full Changelog: 1.12.0...1.12.1