mirror of https://github.com/grpc/grpc-dart.git
Prepare 3.1.0 release (#585)
This commit is contained in:
parent
27a235976a
commit
e97711aece
|
|
@ -1,4 +1,4 @@
|
||||||
## 3.1.0-dev
|
## 3.1.0
|
||||||
|
|
||||||
* Expose a stream for connection state changes on ClientChannel to address
|
* Expose a stream for connection state changes on ClientChannel to address
|
||||||
[#428](https://github.com/grpc/grpc-dart/issues/428).
|
[#428](https://github.com/grpc/grpc-dart/issues/428).
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||||
|
|
||||||
version: 3.1.0-dev
|
version: 3.1.0
|
||||||
|
|
||||||
repository: https://github.com/grpc/grpc-dart
|
repository: https://github.com/grpc/grpc-dart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue