Skip to content

Commit 8e03aaa

Browse files
chore: release
1 parent a4e7eb8 commit 8e03aaa

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ all APIs might be changed.
1111

1212
## Unreleased
1313

14+
## v0.10.2 - 2024-08-21
15+
16+
### Changes
17+
18+
- tidy some things ([#114](https://github.com/obmarg/graphql-ws-client/pull/114))
19+
1420
### Bug Fixes
1521

1622
- Fixed ping responses not following the graphql-transport-ws protocol

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphql-ws-client"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Graeme Coupar <[email protected]>"]
55
edition = "2021"
66
resolver = "2"

examples-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ console_log = "1"
2121

2222
[dependencies.graphql-ws-client]
2323
path = "../"
24-
version = "0.10.1"
24+
version = "0.10.2"
2525
default-features = false
2626
features = ["cynic", "ws_stream_wasm"]
2727

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tokio = { version = "1.15", features = ["rt-multi-thread", "macros"] }
2121

2222
[dependencies.graphql-ws-client]
2323
path = "../"
24-
version = "0.10.1"
24+
version = "0.10.2"
2525
default-features = false
2626
features = ["cynic", "tungstenite"]
2727

0 commit comments

Comments
 (0)