Skip to content

0.6.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 20:04
0.6.1
10e773f

Version 0.6.1

Changelog

  • Updated license/copyright to add SPDX headers.
  • Updated internal tooling.

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.1/proto-0.6.1.tar.gz",
  sha256 = "055c7345ec1dc9bed9ffe8b3e781143ad25245e69b0580a103e4c92d44d217cd",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_proto", version = "0.6.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

Full Changelog: 0.6.0...0.6.1