Skip to content

0.4.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:43
· 27 commits to main since this release
0.4.2
53ebf5d

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

Full Changelog: 0.3.1...0.4.2