From 3894d5abc11fd4174dbc9b2921e9aedb76ef8650 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 13 Jun 2023 12:48:11 +0200 Subject: [PATCH] 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 --- .github/workflows/publish.yaml | 9 +++++++++ CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/publish.yaml diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml new file mode 100644 index 0000000..8ad3dec --- /dev/null +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ad66e0f..5a5925b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index b184713..9bf0efa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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