Skip to content

v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 00:37
· 689 commits to main since this release

WORKSPACE snippet:

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

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "de63c0e08e29c610ad1e271bb0901b381b27f3cae64f3bc06e43c2852fa41b8c",
    strip_prefix = "bazel-lib-0.5.2",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.5.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

  • reimplement stardoc_with_diff_test to use write_source_files by @kormide in #45

Full Changelog: v0.5.1...v0.5.2