From 7836896134cd869f2ee6b5397025e3b910d57e0b Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 24 Jun 2025 10:07:56 -0700 Subject: [PATCH] bump to 4.2.0 in prep for publishing --- CHANGELOG.md | 10 +++++----- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d265b6..258dcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -## 4.2.0-wip +## 4.2.0 -- Require Dart 3.8. - Export a protobuf generated symbol (`Any`) -- Dart format all files for the new 3.8 formatter. +- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the + type hierarchy) +- Require Dart 3.8. - Require package:googleapis_auth - Require package:http 1.4.0 - Require package:lints 6.0.0 - Require package:protobuf 4.1.0 -- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the - type hierarchy) +- Dart format all files for the new 3.8 formatter. ## 4.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index fe09c65..e6908d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: grpc -version: 4.2.0-wip +version: 4.2.0 description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. repository: https://github.com/grpc/grpc-dart