From 653a3a7ab747cde99788ce08400c419e3fd52c4f Mon Sep 17 00:00:00 2001 From: helly25 <6420169+helly25@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:40:50 +0100 Subject: [PATCH] Bump version to 0.4.4 --- CHANGELOG.md | 2 ++ MODULE.bazel | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8323a4..059b2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 0.4.4 + # 0.4.3 - 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). diff --git a/MODULE.bazel b/MODULE.bazel index 324408b..4fd3d0c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "helly25_bzl", - version = "0.4.3", + version = "0.4.4", ) bazel_dep(name = "bazel_skylib", version = "1.7.1")