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] authored May 23, 2024
1 parent 0f744be commit cbb0b16
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ 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.

## v0.8.3 - 2024-05-23

### New Features

- add keep-alive capability ([#93](https://github.com/obmarg/graphql-ws-client/pull/93))

### Changes

- Fix compilation error in actor mod ([#96](https://github.com/obmarg/graphql-ws-client/pull/96))
- release-plz config tweaks ([#95](https://github.com/obmarg/graphql-ws-client/pull/95))
- simplify keep alive implementation ([#94](https://github.com/obmarg/graphql-ws-client/pull/94))
- pin release-plz version ([#91](https://github.com/obmarg/graphql-ws-client/pull/91))

## [0.8.2](https://github.com/obmarg/graphql-ws-client/compare/v0.8.1...v0.8.2) - 2024-04-09

### Changes
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.2"
version = "0.8.3"
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.2"
version = "0.8.3"
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.2"
version = "0.8.3"
default-features = false
features = ["cynic", "async-tungstenite"]

Expand Down

0 comments on commit cbb0b16

Please sign in to comment.