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
This commit is contained in:
Moritz 2023-06-13 12:48:11 +02:00 committed by GitHub
parent f420b77a22
commit 3894d5abc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

9
.github/workflows/publish.yaml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Publish
on:
pull_request:
branches: [ master ]
push:
tags: [ '[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

View File

@ -1,4 +1,4 @@
## 3.2.0-dev
## 3.2.0
* `ChannelOptions` now exposes `connectTimeout`, which is used on the
socket connect. This is used to specify the maximum allowed time to wait

View File

@ -1,7 +1,7 @@
name: grpc
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
version: 3.2.0-dev
version: 3.2.0
repository: https://github.com/grpc/grpc-dart