1.0.0
Version 1.0.0
Changelog
- Changed to empty root BUILD file for release packages.
- Cut and packaged version 1.0.0 (no functionality changes compared to 0.6.4).
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.0/proto-1.0.0.tar.gz",
sha256 = "15e06fd497546af4413260cc0f28ef605a66c14b99afad1f06259257c704076e",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_proto", version = "1.0.1") # Version 1.0.0 was repackaged!
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
Full Changelog: 0.6.3...1.0.0