From fec0d76a13fb95b95a035928d13ff5a1e51790f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20A=C4=9Facan?= Date: Mon, 11 Aug 2025 10:26:12 +0100 Subject: [PATCH] Release protobuf 4.2.0 --- protobuf/CHANGELOG.md | 2 +- protobuf/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index 209c21b9..6b2d55b6 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.2.0-wip +## 4.2.0 * Internal refactoring to split the package into libraries. This allows conditionally importing different libraries and improving performance by diff --git a/protobuf/pubspec.yaml b/protobuf/pubspec.yaml index 50d99cf2..dcce0fed 100644 --- a/protobuf/pubspec.yaml +++ b/protobuf/pubspec.yaml @@ -1,5 +1,5 @@ name: protobuf -version: 4.2.0-wip +version: 4.2.0 description: >- Runtime library for protocol buffers support. Use with package:protoc_plugin to generate Dart code for your '.proto' files.