diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml new file mode 100644 index 00000000..8ad3deca --- /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 ad66e0f5..5a5925b8 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 b1847139..9bf0efa1 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