0.2.1
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
- Improved support for mixed type comparisons. by @helly25 in #12
- Fixed some edge cases. by @helly25 in #13
Full Changelog: 0.2.0...0.2.1