v49.0.1
·
7 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 = "49.0.1")Then run the tool with bazel run @bazel-diff//:bazel-diff.
Source archive SHA-256: 1b89b19cfcc49dddee98aad09390aacf72e00091bd4f1b58faa149d40d643c43
Prebuilt binaries
Statically linked (Linux) and host-native (macOS, Windows) CLIs, attached by the
release workflow:
- Linux amd64: https://github.com/Tinder/bazel-diff/releases/download/v49.0.1/bazel-diff-rust-linux-amd64
- Linux arm64: https://github.com/Tinder/bazel-diff/releases/download/v49.0.1/bazel-diff-rust-linux-arm64
- macOS arm64: https://github.com/Tinder/bazel-diff/releases/download/v49.0.1/bazel-diff-rust-macos-arm64
- Windows amd64: https://github.com/Tinder/bazel-diff/releases/download/v49.0.1/bazel-diff-rust-windows-amd64.exe
What's Changed
- ci: skip nested-Bazel e2e in the release test gate by @tinder-maxwellelliott in #504
Full Changelog: v49.0.0...v49.0.1