Skip to content

Commit e5b2120

Browse files
chore: release 5.2.3 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 4c7557e + 4460371 commit e5b2120

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "5.2.2"
2+
".": "5.2.3"
33
}
44

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
- Upgrading protos with new `googleapis` and `protobuf` versions.
44

5+
## [5.2.3](https://github.com/open-runtime/grpc-dart/compare/v5.2.2...v5.2.3) (2025-11-30)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* add final check before Release Please to prevent race conditions ([4c7557e](https://github.com/open-runtime/grpc-dart/commit/4c7557e01f2ccc13a2ad5c76c78034249695791c))
11+
* add workflow_dispatch trigger to release-please workflow ([c64e6b3](https://github.com/open-runtime/grpc-dart/commit/c64e6b3753edc14e6f419e9a7e8a9af36f83210c))
12+
513
## [5.2.2](https://github.com/open-runtime/grpc-dart/compare/v5.2.1...v5.2.2) (2025-11-30)
614

715
### 🚀 Release Highlights

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: grpc
2-
version: 5.2.2
2+
version: 5.2.3
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. This is the open-runtime fork with critical production fixes.
44
repository: https://github.com/open-runtime/grpc-dart
55
homepage: https://github.com/open-runtime/grpc-dart

0 commit comments

Comments
 (0)