From e03111c41d3f4c5badee4c1aa5f60e303ce7406a Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Thu, 18 Jan 2024 18:23:19 +0200 Subject: [PATCH] relax protobuf dependency requirements, prepare 0.13.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c2632..386f5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.13.0] + +* Relax Protobuf dependency requirements to be `>=2.0.0 <4.0.0` instead of `^3.0.0` + ## [0.12.0] * Fix websocket usage in web env (fixes `The method 'sendByteBuffer' isn't defined for the type 'WebSocket'` error), add simple web example [#85](https://github.com/centrifugal/centrifuge-dart/pull/85) diff --git a/pubspec.yaml b/pubspec.yaml index 39cdf4e..1e245e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: centrifuge -version: 0.12.0 +version: 0.13.0 description: > Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM @@ -13,7 +13,7 @@ environment: dependencies: fixnum: ^1.0.0 meta: ^1.3.0 - protobuf: ^3.0.0 + protobuf: ">=2.0.0 <4.0.0" web_socket_channel: ^2.4.0 dev_dependencies: