Skip to content

Commit 3894d5a

Browse files
authored
Prepare release of 3.2.0 (#637)
* Prepare release of `3.2.0` * Add newline * Do not change API outside of major version rev * Change `main` to `master` in workflow * yml -> yaml
1 parent f420b77 commit 3894d5a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Publish
2+
on:
3+
pull_request:
4+
branches: [ master ]
5+
push:
6+
tags: [ '[0-9]+.[0-9]+.[0-9]+' ]
7+
jobs:
8+
publish:
9+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.2.0-dev
1+
## 3.2.0
22

33
* `ChannelOptions` now exposes `connectTimeout`, which is used on the
44
socket connect. This is used to specify the maximum allowed time to wait

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.2.0-dev
4+
version: 3.2.0
55

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

0 commit comments

Comments
 (0)