Skip to content

Commit

Permalink
v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Apr 4, 2024
1 parent 7ef950e commit a11c209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a11c209

Please sign in to comment.