Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit 675a9db

Browse files
chore: release
1 parent 78c9be6 commit 675a9db

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

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

1212
## Unreleased
1313

14+
## v0.11.2 - 2025-09-13
15+
16+
### New Features
17+
18+
- add `Client.stop(subscription_id)`
19+
- expose ConnectionId newtype ([#133](https://github.com/obmarg/graphql-ws-client/pull/133))
20+
- end subscriptions on drop ([#130](https://github.com/obmarg/graphql-ws-client/pull/130))
21+
22+
### Changes
23+
24+
- use 2024 edition ([#135](https://github.com/obmarg/graphql-ws-client/pull/135))
25+
- rename `stream.rs` -> `subscription.rs` ([#136](https://github.com/obmarg/graphql-ws-client/pull/136))
26+
- bump MSRV to 1.85 ([#134](https://github.com/obmarg/graphql-ws-client/pull/134))
27+
- rename module `next` -> `client` ([#132](https://github.com/obmarg/graphql-ws-client/pull/132))
28+
1429
## v0.11.1 - 2024-10-29
1530

1631
### Bug Fixes

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.1"
3+
version = "0.11.2"
44
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
55
edition = "2024"
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.1"
24+
version = "0.11.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.11.1"
24+
version = "0.11.2"
2525
default-features = false
2626
features = ["cynic", "tungstenite"]
2727

0 commit comments

Comments
 (0)