Skip to content

0.6.2

Choose a tag to compare

@github-actions github-actions released this 07 Mar 22:37
· 55 commits to main since this release
62f12b4

Version 0.6.2

Changelog

  • Updated protobuf dev dependency to v30.0 to ensure compatibility.
  • Updated CI matrix to cover more combinations.
  • Implemented (again) the elusive PARSE_TEXT_PROTO from 2010 as referenced by clang-tidy's documentation.

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.2/proto-0.6.2.tar.gz",
  sha256 = "f34e02d1b5b17076df1cb26b36aab3c7b35ad48e3f117210c45dac8a2b245284",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_proto", version = "0.6.2")

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

Full Changelog: 0.6.1...0.6.2