Skip to content

v39.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:02
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 = "39.0.1")

Using WORKSPACE

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

What's Changed

  • ci: update coverage badge to 92.4% by @github-actions[bot] in #448
  • Add license target to project by @ViggedalZenseact in #395

New Contributors

Full Changelog: v39.0.0...v39.0.1