Prepare to publish 2.2.3 (#355)

This commit is contained in:
Vyacheslav Egorov 2020-09-21 12:18:36 +02:00 committed by GitHub
parent afacaa30e0
commit b70f069671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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`.

View File

@ -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