0.1.0
Version 0.1.0
Changelog
Initial version.
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.0/bzl-0.1.0.tar.gz",
sha256 = "b70b59af3eeb568d1c1b71314d1021ea775371d0949e470952d2b6df20ba0ee0",
)
What's Changed
Full Changelog: https://github.com/helly25/bzl/commits/0.1.0