Skip to content

v25.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 May 15:48
Immutable release. Only release title and notes can be modified.

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

bazel_dep(name = "bazel-diff", version = "25.0.0")

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
  name = "bazel-diff",
  sha256 = "51b5ffb9facefa996496c112efdeb175505416cf8355c00e9c893f134e26a327",
  strip_prefix = "",
  url = "https://github.com/Tinder/bazel-diff/releases/download/v25.0.0/release.tar.gz",
)

What's Changed

Full Changelog: v24.0.0...v25.0.0