Skip to content

v0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 21:59
· 748 commits to main since this release
3599515

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "e1576ba9a488945ada050bf24d71700d7f792389efb9af72e5132b2db6ceb26e",
    strip_prefix = "bazel-lib-0.6.2",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.6.2.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")

aspect_bazel_lib_dependencies()

# Optional: register the following toolchain to use jq

load("@aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")

register_jq_toolchains(version = "1.6")

What's Changed

  • feat: add diff_test attr to write_source_file(s) for .gitignored files by @gregmagolan in #52

Full Changelog: v0.6.1...v0.6.2