1.0.1
Version 1.0.1
Changelog
- Repackage 1.0.0.
For Bazel WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_helly25_proto",
url = "https://github.com/helly25/proto/releases/download/1.0.1/proto-1.0.1.tar.gz",
sha256 = "f5e08009ca056e2a960001dcd97699c88b82c0b8fbd75ad6b85774938e0be7df",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_proto", version = "1.0.1")
Using the provided LLVM
Copy llvm.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it.
include("//:llvm.MODULE.bazel")
What's Changed
- Do not save caches for tags by @helly25 in #27
- Improve LLVM-20.1.0 config by @helly25 in #28
- Update readme by @helly25 in #29
- Support /.bazelrc.user iff present. by @helly25 in #30
- Root BUILD.bazel file must be empty by @helly25 in #31
- Prepared version 1.0.0 by @helly25 in #32
- Release pre script update. by @helly25 in #34
- Fix release prep by @helly25 in #35
- Virtual file must reside in prefix dir by @helly25 in #37
- Version 1.0.0+bcr1 by @helly25 in #38
- Version 1.0.1 by @helly25 in #39
Full Changelog: 0.6.3...1.0.1