0.4.2
Version 0.4.2
Changelog
- Fix release naming and tagging scheme back to "1.2.3" style without 'v' prefix.
For Bazel MODULE.bazel
bazel_dep(name = "helly25_bzl", version = "0.4.2")
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.2/bzl-0.4.2.tar.gz",
sha256 = "91857eaa56fd0013cb9d82ef5c1c8a996d23ee3d8f40fddf125bb15f5d4f3164",
strip_prefix = "bzl-0.4.2",
)
What's Changed
- Fix releasenaming by @helly25 in #27
- Revert v prefix for releases by @helly25 in #28
- Implement paths library by @helly25 in #19
- Release scripting fixes and switch to v1.2.3 tags. by @helly25 in #22
- Release script fix. by @helly25 in #23
- Added explicit Windows and Bazel 9 support for the Bazel module releases. by @helly25 in #24
- Fix formatting and naming by @helly25 in #25
Full Changelog: 0.3.1...0.4.2