Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 22:04
· 708 commits to main since this release
0fd56dc

WORKSPACE snippet:

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

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "a4106313859a0eefe73d2d5f09902b52489df31e36e7b1af883af15d406c6f87",
    strip_prefix = "bazel-lib-0.5.1",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.5.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: write_source_files bulk write for windows by @kormide in #43
  • feat: write to source folders by @kormide in #41
  • feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts by @gregmagolan in #42

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