0.1.1
Version 0.1.1
Changelog
- Fixed some naming issues and remove mbo references.
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.1.1/bzl-0.1.1.tar.gz",
sha256 = "340c6f93dd11d274756b856a85d1dcdfe39b9c81986fb1a95ee36b6c7b680e3c",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_bzl", version = "0.1.1")
What's Changed
Full Changelog: https://github.com/helly25/bzl/commits/0.1.1