Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 10:55
· 30 commits to main since this release
4ea2c21

Version 1.0.1

Changelog

  • Repackage 1.0.0.

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.1/proto-1.0.1.tar.gz",
  sha256 = "f5e08009ca056e2a960001dcd97699c88b82c0b8fbd75ad6b85774938e0be7df",
)

For Bazel MODULES.bazel

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