Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 05:55
· 9 commits to master since this release
ee01b60

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