Skip to content

Commit 03d3cd0

Browse files
chore: release
1 parent 681d7e8 commit 03d3cd0

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.1 - 2024-06-08
15+
16+
### Changes
17+
18+
- configure github release name ([#109](https://github.com/obmarg/graphql-ws-client/pull/109))
19+
1420
## v0.10.0 - 2024-06-08
1521

1622
### Breaking 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.10.0"
3+
version = "0.10.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.10.0"
24+
version = "0.10.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
@@ -18,7 +18,7 @@ tokio = { version = "1.15", features = ["rt-multi-thread", "macros"] }
1818

1919
[dependencies.graphql-ws-client]
2020
path = "../"
21-
version = "0.10.0"
21+
version = "0.10.1"
2222
default-features = false
2323
features = ["cynic", "tungstenite"]
2424

0 commit comments

Comments
 (0)