Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:33
· 24 commits to main since this release
3c0521c

Version 1.1.0

Changelog

  • Added ReadBinaryProtoFile, ReadTextProtoFile, WriteBinaryProtoFile, WriteTextProtoFile.

For Bazel MODULES.bazel

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

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")

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.1.0/proto-1.1.0.tar.gz",
  sha256 = "3f3c286770976f11bbfa503af1b01d68fdc4ecb9ac9e00be805b6bf59fab0c82",
)

What's Changed

Full Changelog: 1.0.2...1.1.0