v42.0.0
·
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):
- Linux amd64: https://github.com/Tinder/bazel-diff/releases/download/v42.0.0/bazel-diff-rust-linux-amd64
- macOS arm64: https://github.com/Tinder/bazel-diff/releases/download/v42.0.0/bazel-diff-rust-macos-arm64
- Windows amd64: https://github.com/Tinder/bazel-diff/releases/download/v42.0.0/bazel-diff-rust-windows-amd64.exe
What's Changed
- Build the Linux release binary statically against musl by @tinder-maxwellelliott in #465
Full Changelog: v41.0.0...v42.0.0