Skip to content

Commit 0f86517

Browse files
devoncarewmosuem
andauthored
bump to 4.2.0 in prep for publishing (#795)
Co-authored-by: Moritz <[email protected]>
1 parent c2581f9 commit 0f86517

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## 4.2.0-wip
1+
## 4.2.0
22

3-
- Require Dart 3.8.
43
- Export a protobuf generated symbol (`Any`)
5-
- Dart format all files for the new 3.8 formatter.
4+
- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the
5+
type hierarchy)
6+
- Require Dart 3.8.
67
- Require package:googleapis_auth
78
- Require package:http 1.4.0
89
- Require package:lints 6.0.0
910
- Require package:protobuf 4.1.0
10-
- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the
11-
type hierarchy)
11+
- Dart format all files for the new 3.8 formatter.
1212

1313
## 4.1.0
1414

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: grpc
2-
version: 4.2.0-wip
2+
version: 4.2.0
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44
repository: https://github.com/grpc/grpc-dart
55

0 commit comments

Comments
 (0)