Skip to content

Releases: kormide/diff.bzl

v0.5.8

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:15
Immutable release. Only release title and notes can be modified.
3f29238

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.8")

What's Changed

  • feat: allow source patches to be placed in user-defined output groups by @kormide in #46

Full Changelog: v0.5.7...v0.5.8

v0.5.7

Choose a tag to compare

@github-actions github-actions released this 07 Jun 20:12
Immutable release. Only release title and notes can be modified.
5363f41

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.7")

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:25
Immutable release. Only release title and notes can be modified.

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.6")

What's Changed

  • fix: incorrect parsing of LC_TIME=C timestamp leading to nondeterminism by @kormide in #44
  • feat: sdiff by @kormide in #43

Full Changelog: v0.5.5...v0.5.6

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 31 Mar 18:23
Immutable release. Only release title and notes can be modified.

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.5")

Full Changelog: v0.5.2...v0.5.5

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 05:23
0aa64ee

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.1")

What's Changed

  • docs: update readme and rule examples by @kormide in #41
  • feat: support --to-file patches when inputs are dirs by @kormide in #40

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 02:05

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.5.0")

What's Changed

  • feat: change file1/file2 inputs to srcs by @kormide in #37
  • feat: support --from-file and --to-file by @kormide in #38
  • fix: correct patch commands for recursive diffs by @kormide in #39

Full Changelog: v0.4.3...v0.5.0

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:41

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.4.3")

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:37

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.4.2")

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:27

Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "diff.bzl", version = "0.4.1")

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:10

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "diff.bzl", version = "0.4.0")

echo "```"

What's Changed

  • chore: update bcr metadata by @kormide in #16
  • chore: rename toolchain target to diffutils by @alexeagle in #17
  • feat: validate attr overrides validation flag by @kormide in #18
  • feat: hermetic diffutils toolchain by @kormide in #19
  • fix: validate diff assertion tests by @kormide in #13
  • feat: fail diff action on failure (exit 2) by @kormide in #20
  • feat: create host alias repo pointing to platform toolchain by @kormide in #21
  • fix: give an error message t accept the patch which works in any work… by @alexeagle in #22
  • chore: add diffutils from source toolchain example by @kormide in #24
  • feat: only show patch prompt if file1 is source file by @kormide in #26
  • feat: don't output exit code by @kormide in #27
  • feat: cmp rule by @kormide in #23
  • chore: generate docs by @kormide in #25
  • feat: use correct patch command based on patch type by @kormide in #28
  • feat: make patches deterministic by @kormide in #29
  • chore: minor improvements to ci workflow by @kormide in #30
  • chore: don't support WORKSPACE by @kormide in #31
  • chore: improve test coverage by @kormide in #32
  • chore: miscellaneous cleanup by @kormide in #33
  • docs: improve documentation by @kormide in #34

Full Changelog: v0.3.0...v0.4.0