Releases · Tinder/bazel-diff · GitHub
Skip to content

Releases: Tinder/bazel-diff

v28.0.0

24 Jun 18:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

  • ci: apply buildifier formatting by @github-actions[bot] in #378
  • docs: RFC for Firecracker snapshots (instant bazel-diff starts) by @tinder-maxwellelliott in #376
  • ci: enforce >=90% line coverage on go_test targets by @tinder-maxwellelliott in #382
  • Firecracker snapshots: implementation + benchmark harness (impl of #376) by @tinder-maxwellelliott in #381
  • ci: apply ktfmt formatting by @github-actions[bot] in #383
  • ci: update coverage badge to 91.0% by @github-actions[bot] in #384
  • fix: use workspace-stable content-hash key for external repo source f… by @maxwellE in #385

New Contributors

Full Changelog: v27.0.0...v28.0.0

v27.0.0

19 Jun 15:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #371

Full Changelog: v26.0.1...v27.0.0

v26.0.1

12 Jun 13:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v26.0.0...v26.0.1

v26.0.0

08 Jun 19:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v25.0.0...v26.0.0

v25.0.0

22 May 15:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

Full Changelog: v24.0.0...v25.0.0

v24.0.0

19 May 12:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v23.0.0...v24.0.0

v23.0.0

18 May 17:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v22.0.0...v23.0.0

v22.0.0

13 May 19:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

Full Changelog: v21.0.0...v22.0.0

v20.0.0

12 May 21:02
Immutable release. Only release title and notes can be modified.
16bb7e8

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v19.0.3...v20.0.0

v19.0.3

27 Apr 14:01
Immutable release. Only release title and notes can be modified.
2f6b341

Choose a tag to compare

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

What's Changed

Full Changelog: v18.1.0...v19.0.3