Skip to content

Commit 9e8ee6a

Browse files
chore: release v0.11.1 (#125)
1 parent 8275da5 commit 9e8ee6a

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

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

1212
## Unreleased
1313

14+
## v0.11.1 - 2024-10-29
15+
16+
### Bug Fixes
17+
18+
- Fixed an infinite loop in the actor that could occur when all `Client`
19+
instances are dropped and there are still ongoing operations ([#124](https://github.com/obmarg/graphql-ws-client/pull/124))
20+
21+
### Contributors
22+
23+
Thanks to the people who contributed to this release:
24+
25+
- @Sytten
26+
1427
## v0.11.0 - 2024-10-25
1528

1629
### Changes

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.11.0"
3+
version = "0.11.1"
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.11.0"
24+
version = "0.11.1"
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.11.0"
24+
version = "0.11.1"
2525
default-features = false
2626
features = ["cynic", "tungstenite"]
2727

0 commit comments

Comments
 (0)