Skip to content

Commit

Permalink
release: v0.11.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphql-ws-client-releaser[bot] authored Oct 25, 2024
1 parent cfe1276 commit 280127b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ all APIs might be changed.

## Unreleased

## v0.11.0 - 2024-10-25

### Changes

- Updated tungstenite bounds to support 0.24 as well as 0.23. ([#121](https://github.com/obmarg/graphql-ws-client/pull/121))

### Contributors

Thanks to the people who contributed to this release:

- @Sytten

## v0.10.2 - 2024-08-21

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphql-ws-client"
version = "0.10.2"
version = "0.11.0"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2021"
resolver = "2"
Expand Down
4 changes: 2 additions & 2 deletions examples-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-wasm"
version = "0.1.0"
version = "0.11.0"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -21,7 +21,7 @@ console_log = "1"

[dependencies.graphql-ws-client]
path = "../"
version = "0.10.2"
version = "0.11.0"
default-features = false
features = ["cynic", "ws_stream_wasm"]

Expand Down
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples"
version = "0.1.0"
version = "0.11.0"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -21,7 +21,7 @@ tokio = { version = "1.15", features = ["rt-multi-thread", "macros"] }

[dependencies.graphql-ws-client]
path = "../"
version = "0.10.2"
version = "0.11.0"
default-features = false
features = ["cynic", "tungstenite"]

Expand Down

0 comments on commit 280127b

Please sign in to comment.