Skip to content

Commit 3abbffe

Browse files
authored
Update README for 0.7.2
1 parent b423c48 commit 3abbffe

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

README.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ of this project are to:
4444
| [C++](cpp) | [cc_proto_compile](cpp#cc_proto_compile) | [cc_proto_library](cpp#cc_proto_library) | [v1.0.1](https://github.com/grpc/grpc/releases/tag/v1.0.1) |
4545
| [C#](csharp) | [csharp_proto_compile](csharp#csharp_proto_compile) | [csharp_proto_library](csharp#csharp_proto_library) | [1.0.0](https://www.nuget.org/packages/Grpc/) |
4646
| [Closure](closure) | [closure_proto_compile](closure#closure_proto_compile) | [closure_proto_library](closure#closure_proto_library) | |
47-
| [Go](go) | [go_proto_compile](go#go_proto_compile) | [go_proto_library](go#go_proto_library) | [v1.0.5](https://github.com/grpc/grpc-go/releases/tag/v1.0.5) |
47+
| [Go](go) | [go_proto_compile](go#go_proto_compile) | [go_proto_library](go#go_proto_library) | [v1.2.0](https://github.com/grpc/grpc-go/releases/tag/v1.2.0) |
4848
| [Go (gogo)](gogo) | [gogo_proto_compile](gogo#gogo_proto_compile) | [gogo_proto_library](gogo#gogo_proto_library) | [fb8a35](https://github.com/gogo/protobuf/commit/fb8a359905af6e2b6517cccda0ba25915322ee88) |
4949
| [gRPC gateway](grpc_gateway) | [grpc_gateway_proto_compile](grpc_gateway#grpc_gateway_proto_compile)<br/>[grpc_gateway_swagger_compile](grpc_gateway#grpc_gateway_swagger_compile) | [grpc_gateway_proto_library](grpc_gateway#grpc_gateway_proto_library)<br/>[grpc_gateway_binary](grpc_gateway#grpc_gateway_binary) | [v1.0.4](https://github.com/grpc/grpc-go/releases/tag/v1.0.4) |
5050
| [Java](java) | [java_proto_compile](java#java_proto_compile) | [java_proto_library](java#java_proto_library) | [v1.4.0](https://github.com/grpc/grpc-java/releases/tag/v1.4.0) |
@@ -90,8 +90,8 @@ language-specific `*_proto_repositories` rule(s):
9090
git_repository(
9191
name = "org_pubref_rules_protobuf",
9292
remote = "https://github.com/pubref/rules_protobuf",
93-
tag = "v0.7.1",
94-
#commit = "..." # alternatively, latest commit on master
93+
tag = "v0.7.2",
94+
#commit = "..." # or choose latest commit on master
9595
)
9696

9797
load("@org_pubref_rules_protobuf//java:rules.bzl", "java_proto_repositories")
@@ -335,22 +335,7 @@ Contributions welcome; please create Issues or GitHub pull requests.
335335

336336
# Credits
337337

338-
* [@yugui][yugui]: Primary source for the go support from [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway/blob/e958c5db30f7b99e1870db42dd5624322f112d0c/examples/bzl/BUILD).
339-
340-
* [@mzhaom][mzhaom]: Primary source for the skylark rule (from
341-
<https://github.com/mzhaom/trunk/blob/master/third_party/grpc/grpc_proto.bzl>).
342-
343-
* [@jart][jart]: Overall repository structure and bazel code layout
344-
(based on [rules_closure]).
345-
346-
* [@korfuri][korfuri]: Prior research on travis-ci integration.
347-
348-
* Much thanks to all the members of the bazel, protobuf, and gRPC teams.
349-
350-
[yugui]: http://github.com/yugui "Yuki Yugui Sonoda"
351-
[jart]: http://github.com/jart "Justine Tunney"
352-
[mzhaom]: http://github.com/mzhaom "Ming Zhao"
353-
[korfuri]: http://github.com/korfuri "Uriel Korfa"
338+
* Much thanks to all [contributors](https://github.com/pubref/rules_protobuf/graphs/contributors) and the members of the bazel, protobuf, and gRPC teams.
354339

355340
[protobuf-home]: https://developers.google.com/protocol-buffers/ "Protocol Buffers Developer Documentation"
356341
[bazel-home]: http://bazel.io "Bazel Homepage"

0 commit comments

Comments
 (0)