Skip to content

Commit

Permalink
Release v0.8.0-rc.2 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Feb 13, 2024
1 parent c19c2d4 commit f6ad843
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ all APIs might be changed.

## Unreleased - xxxx-xx-xx

## v0.8.0-rc.2 - 2024-02-13

### Breaking Changes

- `async-tungstenite` is no longer automatically enabled when adding any of the
Expand Down
3 changes: 2 additions & 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.8.0-rc.1"
version = "0.8.0-rc.2"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2021"
resolver = "2"
Expand Down Expand Up @@ -56,6 +56,7 @@ tokio = { version = "1", features = ["macros"] }
tokio-stream = { version = "0.1", features = ["sync"] }

graphql-ws-client.path = "."

graphql-ws-client.features = ["client-cynic", "client-graphql-client", "async-tungstenite"]

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion examples-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console_log = "1"

[dependencies.graphql-ws-client]
path = "../"
version = "0.8.0-rc.1"
version = "0.8.0-rc.2"
default-features = false
features = ["cynic", "ws_stream_wasm"]

Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.15", features = ["rt-multi-thread", "macros"] }

[dependencies.graphql-ws-client]
path = "../"
version = "0.8.0-rc.1"
version = "0.8.0-rc.2"
default-features = false
features = ["cynic", "async-tungstenite"]

Expand Down

0 comments on commit f6ad843

Please sign in to comment.