v0.4.2
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "534c9c61b72c257c95302d544984fd8ee63953c233292c5b6952ca5b33cd225e",
strip_prefix = "bazel-lib-0.4.2",
url = "https://github.com/aspect-build/bazel-lib/archive/v0.4.2.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories", "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
- fix: expose bare jq/jq.exe binary by @alexeagle in #20
- feat: load jq filter from file by @kormide in #21
- fix: add windows implementation of copy_to_directory by @gregmagolan in #22
- license under apache 2 by @alexeagle in #23
Full Changelog: v0.4.1...v0.4.2