0.6.3
Version 0.6.3
Changelog
- Made macro
PARSE_TEXT_PROTOissue a deprecation warning. - Raised minimum zlib version when built with proto version 27.0 for MacOS.
- Enabled bazel layering_check.
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/0.6.3/proto-0.6.3.tar.gz",
sha256 = "8c2666752a5d0b5bfa6db05efb4863eb36178d07e5dbc8e3964b086a436ec514",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_proto", version = "0.6.3")
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
- Deprecate macro PARSE_TEXT_PROTO by @helly25 in #13
- Speed up CI by @helly25 in #14
- Cache deletion. by @helly25 in #15
- Minor fix fr cache deletion by @helly25 in #16
- Delete caches on PR merge by head/ref by @helly25 in #17
- Fix bad substitution by @helly25 in #18
- Additional automatic cache cleanup. by @helly25 in #19
- Correct cache iteration for cache cleanup. by @helly25 in #20
- Drop a sneaky quote... by @helly25 in #21
- Add dummy 'done' job. by @helly25 in #22
- Fix ref names (must be 'refs/heads/') as in both plural. by @helly25 in #23
- Layering_check by @helly25 in #24
- Update/simplify deps management by @helly25 in #25
- More cache cleanup work. by @helly25 in #26
Full Changelog: 0.6.2...0.6.3