1.1.0
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
- Improve release handling by @helly25 in #40
- Added file ops by @helly25 in #41
- Fix tags for code snippets. by @helly25 in #43
- Switch to explicit static reading. by @helly25 in #42
- Make proto file functions public. by @helly25 in #44
Full Changelog: 1.0.2...1.1.0