Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 09:12
· 15 commits to main since this release
0.1.0
18bf18b

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