Releases: kormide/diff.bzl
Releases · kormide/diff.bzl
Release list
v0.5.8
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.8")What's Changed
Full Changelog: v0.5.7...v0.5.8
v0.5.7
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.7")What's Changed
Full Changelog: v0.5.6...v0.5.7
v0.5.6
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
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
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
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
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
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
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
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
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