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
- Add coverage percent badge to README, auto-updated by CI by @tinder-maxwellelliott in #357
- Reproducer test for #359: cquery rule inputs drop configuration_checksum by @tinder-maxwellelliott in #361
- Hash only the owner execute bit on source files by @tinder-maxwellelliott in #362
- Fix #359: configuration-aware cquery hashing by @tinder-maxwellelliott in #363
Full Changelog: v24.0.0...v25.0.0