From a11c2097cc3b92d2a8df0c10e72752a72ce945a5 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 4 Apr 2024 14:11:37 -0700 Subject: [PATCH] v2.9.9 --- CHANGELOG.md | 5 +++-- pubspec.yaml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317dd97..19929dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 3.0.0-wip +## 2.9.9-wip -- Provide an adapter around `package:web_socket` `WebSocket`s. +- Provide an adapter around `package:web_socket` `WebSocket`s and make it the + default implementation for `WebSocketChannel.connect`. ## 2.4.5 diff --git a/pubspec.yaml b/pubspec.yaml index 504b6d3..669278f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,7 @@ name: web_socket_channel -version: 3.0.0-wip +# package:test requires ^2.0 so changing this to 3.0.0 would cause version +# solving to fail. Update `package:test` and change to 3.0.0-wip before submit. +version: 2.9.9-wip description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that