Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 23:46
· 3 commits to master since this release
9fffedb

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_stack_rules_proto",
    sha256 = "b7cbaf457d91e1d3c295df53b80f24e1d6da71c94ee61c42277ab938db6d1c68",
    strip_prefix = "rules_proto-3.2.0",
    url = "https://github.com/stackb/rules_proto/archive/refs/tags/v3.2.0.tar.gz",
)

What's Changed

  • Update README for v3.1.0 by @pcj in #360
  • Update the strip prefix logic for python libraries by @vihangm in #361
  • cc_library support resolve directive by @gou4shi1 in #303
  • Fix generated url for github_proto_repository macro by @pcj in #331
  • fix: don't depend on JAVA_HOME by @alexeagle in #341
  • feat: introduce bufbuild/connect-es by @alexeagle in #338

New Contributors

Full Changelog: v3.1.0...v3.2.0