Skip to content

Commit

Permalink
Prepare release of 3.2.0 (#637)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mosuem authored Jun 13, 2023
1 parent f420b77 commit 3894d5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3894d5a

Please sign in to comment.