0.1.2
Version 0.1.2
Changelog
- Fixed workspace file to work for transitive repos.
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.2/bzl-0.1.2.tar.gz",
sha256 = "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_bzl", version = "0.1.2")
What's Changed
- Add more tests and typing. by @helly25 in #1
- Rename mbo_bzl to bzl by @helly25 in #2
- Fixed some naming issues and remove mbo references. by @helly25 in #3
- Fixed workspace file to work for transitive repos. by @helly25 in #4
New Contributors
Full Changelog: https://github.com/helly25/bzl/commits/0.1.2