0.4.3
Version 0.4.3
Changelog
- Added
paths.ensure_trailing_slashandpaths.ensure_trailing_slash_windowsto append a single trailing separator, handling roots and existing trailing separators. An optionaldefault_if_emptycontrols the fallback for empty input (e.g."/"to anchor at the platform root).
For Bazel MODULE.bazel
bazel_dep(name = "helly25_bzl", version = "0.4.3")
For Bazel WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "helly25_bzl",
url = "https://github.com/helly25/bzl/releases/download/0.4.3/bzl-0.4.3.tar.gz",
sha256 = "8846d5363ed05dfe242af692759c9b7439c1b7ce47b9720c3338e254651cbe99",
strip_prefix = "bzl-0.4.3",
)
What's Changed
- Bump version from 0.4.2 to 0.4.3 by @helly25 in #29
- ci: harden
donejob into a real aggregating gate by @helly25 in #30 - feat(paths): add ensure_trailing_slash by @helly25 in #31
- ci: approve release bump PR via a least-privilege GitHub App by @helly25 in #32
Full Changelog: 0.4.2...0.4.3