1.2.0
Version 1.2.0
Changelog
- Added std::optional variants for file reading.
- Added
HasBinaryProtoExtensionandHasTextProtoExtension.
For Bazel MODULES.bazel
bazel_dep(name = "helly25_proto", version = "1.2.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.2.0/proto-1.2.0.tar.gz",
sha256 = "18a7fbc722be19135f6c08396f1f20a64c159088384b16a8a6bb390aa86ceea7",
strip_prefix = "proto-1.2.0",
)
What's Changed
Full Changelog: 1.1.0...1.2.0