Skip to content

Commit c2fb47c

Browse files
authored
Prepare to release 3.0.1 (#514)
1 parent acd2e93 commit c2fb47c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.1-dev
1+
## 3.0.1
22

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

1314
## 3.0.0
1415

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: grpc
22
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
33

4-
version: 3.0.1-dev
4+
version: 3.0.1
55

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

0 commit comments

Comments
 (0)