Skip to content

v42.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 22:12
· 46 commits to master since this release
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 = "42.0.0")

Using WORKSPACE

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

Experimental Rust binary

Prebuilt host-native CLIs (attached by the release workflow):

What's Changed

Full Changelog: v41.0.0...v42.0.0