mirror of https://github.com/grpc/grpc-dart.git
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:
parent
f420b77a22
commit
3894d5abc1
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue