From f891f7f9e030c8a2b46a13503d79adb1a7b3c9be Mon Sep 17 00:00:00 2001 From: "graphql-ws-client-releases[bot]" <166155226+graphql-ws-client-releases[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:01:41 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- examples-wasm/Cargo.toml | 2 +- examples/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1ab0d..af462b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ This project intends to inhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), but has not yet reached 1.0 so all APIs might be changed. +## [0.8.2](https://github.com/obmarg/graphql-ws-client/compare/graphql-ws-client-v0.8.1...graphql-ws-client-v0.8.2) - 2024-04-05 + +### Other +- swap publish-crates for release-plz ([#82](https://github.com/obmarg/graphql-ws-client/pull/82)) + ## v0.8.1 - 2024-03-21 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 9f15823..e45cd7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "graphql-ws-client" -version = "0.8.1" +version = "0.8.2" dependencies = [ "assert_matches", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index bacca3b..f768fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphql-ws-client" -version = "0.8.1" +version = "0.8.2" authors = ["Graeme Coupar "] edition = "2021" resolver = "2" diff --git a/examples-wasm/Cargo.toml b/examples-wasm/Cargo.toml index a229a1e..4eb501c 100644 --- a/examples-wasm/Cargo.toml +++ b/examples-wasm/Cargo.toml @@ -22,7 +22,7 @@ console_log = "1" [dependencies.graphql-ws-client] path = "../" -version = "0.8.0" +version = "0.8.2" default-features = false features = ["cynic", "ws_stream_wasm"] diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 34a0395..66d348e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.15", features = ["rt-multi-thread", "macros"] } [dependencies.graphql-ws-client] path = "../" -version = "0.8.0" +version = "0.8.2" default-features = false features = ["cynic", "async-tungstenite"]