Skip to content

v0.9.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 17:52
· 660 commits to main since this release
d59ca60

WORKSPACE snippet:

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

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

  • chore: remove unused file by @gregmagolan in #77
  • fix: set --nolegacy_external_runfiles in .bazelrc by @gregmagolan in #76
  • feat: add some additional make variable substitutions for common useful values in the context by @gregmagolan in #73
  • feat: add create_windows_native_launcher_script to lib/windows_utils.bzl by @gregmagolan in #75
  • fix: make tool of run_binary cfg=exec by @gregmagolan in #74
  • fix: improve execution requirements of all copy files/directory rules for better perf by @gregmagolan in #79

Full Changelog: v0.9.4...v0.9.5