Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:04
· 33 commits to main since this release
98e320e

Version 1.0.0

Changelog

  • Changed to empty root BUILD file for release packages.
  • Cut and packaged version 1.0.0 (no functionality changes compared to 0.6.4).

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.0/proto-1.0.0.tar.gz",
  sha256 = "15e06fd497546af4413260cc0f28ef605a66c14b99afad1f06259257c704076e",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_proto", version = "1.0.1")  # Version 1.0.0 was repackaged!

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.0