mirror of https://github.com/grpc/grpc-dart.git
Prepare to publish 2.2.3 (#355)
This commit is contained in:
parent
afacaa30e0
commit
b70f069671
|
|
@ -1,3 +1,8 @@
|
|||
## 2.3.0
|
||||
|
||||
* Revert [PR #287](https://github.com/grpc/grpc-dart/pull/287), which allowed
|
||||
using gRPC-web in native environments but also broke streaming.
|
||||
|
||||
## 2.2.0+1
|
||||
|
||||
* Relax `crypto` version dependency constraint from `^2.1.5` to `^2.1.4`.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: grpc
|
||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||
|
||||
version: 2.2.0+1
|
||||
version: 2.3.0
|
||||
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
|
|
|||
Loading…
Reference in New Issue