v0.5.0
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "5f5f1237601d41d61608ad0b9541614935839232940010f9e62163c3e53dc1b7",
strip_prefix = "bazel-lib-0.5.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.5.0.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
- build: add a presubmit.yml file for bazel buildkite ci by @kormide in #33
- fix: fix typo in bazel ci config file name by @kormide in #34
- fix: fix buildifier 5.0.0 errors by @kormide in #35
- chore: Update github archive URLs to have stable SHAs by @alexeagle in #32
- feat: write_source_files windows implementation by @kormide in #37
- feat: bulk updates for write_source_files by @kormide in #40
Full Changelog: v0.4.3...v0.5.0