Skip to content

0.4.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 22:41
· 23 commits to main since this release
0.4.3
754f00a

Version 0.4.3

Changelog

  • Added paths.ensure_trailing_slash and paths.ensure_trailing_slash_windows to append a single trailing separator, handling roots and existing trailing separators. An optional default_if_empty controls 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 done job 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