Skip to content

v29.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 01:39
· 1 commit 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 = "29.0.0")

Using WORKSPACE

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

What's Changed

  • test: prove fine-grained external-repo hashing is hermetic across wor… by @maxwellE in #387
  • test: add e2e coverage for hermetic cross-machine hashing and MODULE.… by @maxwellE in #386
  • feat: add bazel-diff serve HTTP query service (#29) by @tinder-maxwellelliott in #393

Full Changelog: v28.0.0...v29.0.0