Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
graphql-ws-client-releaser[bot] committed Apr 5, 2024
1 parent 9dceff3 commit f891f7f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1"
version = "0.8.2"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2021"
resolver = "2"
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"
version = "0.8.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"
version = "0.8.2"
default-features = false
features = ["cynic", "async-tungstenite"]

Expand Down

0 comments on commit f891f7f

Please sign in to comment.