Skip to content

Commit e827d06

Browse files
committed
allow protobuf v5 dependency
1 parent 969c3c9 commit e827d06

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
sdk: [3.4, stable, beta] # note, not testing on 3.3 due to build_runner CI dependency problem.
13-
protobuf: ["3.1.0", "4.0.0"] # make sure works with both protobuf versions.
13+
protobuf: ["3.1.0", "4.0.0", "5.0.0"] # make sure works with both protobuf versions.
1414
steps:
1515
- uses: actions/checkout@v4
1616

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.17.0]
2+
3+
* Allow usage of protobuf v5 as dependency
4+
15
## [0.16.0]
26

37
* Allow usage of protobuf v4 as dependency, drop protobuf v2

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: centrifuge
2-
version: 0.16.0
2+
version: 0.17.0
33

44
description: >
55
Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
fixnum: ^1.0.0
1515
meta: ^1.3.0
16-
protobuf: ">=3.0.0 <5.0.0"
16+
protobuf: ">=3.0.0 <6.0.0"
1717
web_socket_channel: ">=3.0.0 <4.0.0"
1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)