Skip to content

Commit

Permalink
Prepare to release 3.0.1 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraleph authored Aug 10, 2021
1 parent acd2e93 commit c2fb47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.1-dev
## 3.0.1

* Require `package:googleapis_auth` `^1.1.0`
* Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and
Expand All @@ -9,6 +9,7 @@
to translate HTTP statuses into gRPC statuses.
* Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web,
on which it uses gRPC-web.
* `GrpcError` now exposes response trailers via `GrpcError.trailers`.

## 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: grpc
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.

version: 3.0.1-dev
version: 3.0.1

repository: https://github.com/grpc/grpc-dart

Expand Down

0 comments on commit c2fb47c

Please sign in to comment.