Skip to content

Releases: stackb/rules_proto

v3.2.0

19 Feb 23:46
9fffedb
Compare
Choose a tag to compare

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

v3.1.0

13 Feb 05:55
ee01b60
Compare
Choose a tag to compare

WORKSPACE snippet:

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

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

What's Changed

  • Update README for v3 by @pcj in #359
  • bazel 6.4.0, rules_go v0.45, bazel-gazelle 0.35, more... by @pcj in #355

Full Changelog: v3.0.0...v3.1.0

v3.0.0

13 Feb 05:29
@pcj pcj
5d1fb6a
Compare
Choose a tag to compare

Bumping major version after #357

v2.0.1

20 Oct 23:25
@pcj pcj
830238a
Compare
Choose a tag to compare

Previously, upgrading was a matter of pushing the commit to latest master. This release marks beginning of releases for the v2 edition.