From a852ba4e4b6f319c655fc938864dac8442b7c4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Mon, 14 Aug 2023 13:20:30 +0200 Subject: [PATCH] Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868) --- protobuf/CHANGELOG.md | 2 +- protobuf/pubspec.yaml | 2 +- protoc_plugin/CHANGELOG.md | 2 +- protoc_plugin/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index c18f450fa..f48bd8bc5 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.1.0-dev +## 3.1.0 * `CodedBufferReader` `readBytes` now copies the returned bytes to avoid accidental sharing of the input buffer with the returned `Uint8List`. New diff --git a/protobuf/pubspec.yaml b/protobuf/pubspec.yaml index b527bc7a9..00faaf7f1 100644 --- a/protobuf/pubspec.yaml +++ b/protobuf/pubspec.yaml @@ -1,5 +1,5 @@ name: protobuf -version: 3.1.0-dev +version: 3.1.0 description: >- Runtime library for protocol buffers support. Use with package:protoc_plugin to generate dart code for your '.proto' files. diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md index 15a7c6207..95cda87a4 100644 --- a/protoc_plugin/CHANGELOG.md +++ b/protoc_plugin/CHANGELOG.md @@ -1,4 +1,4 @@ -## 21.1.0-dev +## 21.1.0 * Generate code comments for annotated protobuf inputs. ([#161]) * Generate message constructor arguments by default again. New flag diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml index 8976932a3..3b79553fe 100644 --- a/protoc_plugin/pubspec.yaml +++ b/protoc_plugin/pubspec.yaml @@ -1,5 +1,5 @@ name: protoc_plugin -version: 21.1.0-dev +version: 21.1.0 description: A protobuf protoc compiler plugin used to generate Dart code. repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin