Skip to content

0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 23:49
· 3 commits to main since this release
0.2.1
3268f07

Version 0.2.1

Changelog

  • Improved support for mixed type comparisons.

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.2.1/bzl-0.2.1.tar.gz",
  sha256 = "fcab8753054908f2e574de41a66783fcc3a824dfc9cd82306d31aabf9b2216dd",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_bzl", version = "0.2.1")

What's Changed

Full Changelog: 0.2.0...0.2.1