obmarg / graphql-ws-client

A GraphQL over Websockets implementation for Rust
Apache License 2.0
39 stars 15 forks source link

chore: release v0.8.2 #83

Closed graphql-ws-client-releaser[bot] closed 5 months ago

graphql-ws-client-releaser[bot] commented 5 months ago

🤖 New release

Changelog

## [0.8.2](https://github.com/obmarg/graphql-ws-client/compare/v0.8.1...v0.8.2) - 2024-04-09 ### Fixed - make client clone, remove &mut self from subscribe ([#88](https://github.com/obmarg/graphql-ws-client/pull/88)) ### Other - add release-plz config ([#86](https://github.com/obmarg/graphql-ws-client/pull/86)) - use the correct token in release workflow ([#85](https://github.com/obmarg/graphql-ws-client/pull/85)) - swap publish-crates for release-plz ([#82](https://github.com/obmarg/graphql-ws-client/pull/82))


This PR was generated with release-plz.

obmarg commented 5 months ago

This appears to be using graphql-ws-client-v0.8.2 as a tag, which is not what I expected. That'll need fixed before merging.