Skip to content

v18.0.5

Choose a tag to compare

@github-actions github-actions released this 13 Apr 15:30
· 2 commits to master since this release
Immutable release. Only release title and notes can be modified.

bazel
build
//cli:bazel-diff_deploy.jar
-c opt

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

bazel_dep(name = "bazel-diff", version = "18.0.5")

Using WORKSPACE

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

What's Changed

  • fix: omit stderr from metadata when generating hashes by @Ahajha in #330
  • Resolve warnings from deprecated proto targets. by @jmwachtel in #328

New Contributors

Full Changelog: v18.0.4...v18.0.5