Skip to content

0.6.3

Choose a tag to compare

@github-actions github-actions released this 10 Mar 21:12
· 41 commits to main since this release
ada0dba

Version 0.6.3

Changelog

  • Made macro PARSE_TEXT_PROTO issue 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

Full Changelog: 0.6.2...0.6.3