mirror of https://github.com/grpc/grpc-dart.git
Prepare release 0.4.1 (#80)
This commit is contained in:
parent
686ecb3943
commit
8a397d8c86
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.4.1 - 2018-04-04
|
||||||
|
|
||||||
|
* Fixes for supporting Dart 2.
|
||||||
|
|
||||||
## 0.4.0 - 2018-03-16
|
## 0.4.0 - 2018-03-16
|
||||||
|
|
||||||
* Moved TLS credentials for server into a separate class.
|
* Moved TLS credentials for server into a separate class.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC.
|
description: Dart implementation of gRPC.
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
author: Dart Team <misc@dartlang.org>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue