Skip to content

Commit

Permalink
relax protobuf dependency requirements, prepare 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 18, 2024
1 parent e4b219c commit e03111c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e03111c

Please sign in to comment.