v0.9.1
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "2694728a2abe68bf6068aab81ec8d76b897038aafa49065c70689ec56a4ec440",
strip_prefix = "bazel-lib-0.9.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.9.1.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 copy_directory_action help to the public API by @gregmagolan in #67
- feat: add copy_file_action helper function to the public API by @gregmagolan in #68
- feat: add copy_to_bin rule by @gregmagolan in #69
Full Changelog: v0.9.0...v0.9.1