We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d82c commit 031d457Copy full SHA for 031d457
CHANGELOG.md
@@ -11,6 +11,8 @@ all APIs might be changed.
11
12
## Unreleased - xxxx-xx-xx
13
14
+## v0.3.0 - 2022-12-26
15
+
16
### New Features
17
18
- Added support for wasm with the `ws_stream_wasm` library.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graphql-ws-client"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["Graeme Coupar <[email protected]>"]
5
edition = "2018"
6
resolver = "2"
0 commit comments