wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

chore: release #193

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 11 months ago

🤖 New release

Changelog

## `gremlin-client`

## [0.8.6](https://github.com/wolf4ood/gremlin-rs/compare/gremlin-client-v0.8.5...gremlin-client-v0.8.6) - 2023-10-19 ### Fixed - fix from tungstenite error ([#198](https://github.com/wolf4ood/gremlin-rs/pull/198)) - fix compilation issue ### Other - update tungstenite - update webpki - Update rustls requirement from 0.19 to 0.20 in /gremlin-client ([#144](https://github.com/wolf4ood/gremlin-rs/pull/144)) - Update base64 requirement from 0.13.1 to 0.21.4 in /gremlin-client ([#195](https://github.com/wolf4ood/gremlin-rs/pull/195)) ### Added ### Fixed ### Changed


This PR was generated with release-plz.

criminosis commented 7 months ago

@wolf4ood not to be a nag, just wondering if you're intending to put a release out? Was hoping to resolve a CVE from the underlying tungstenite before resorting to doing a version patch in my app.

It looks like tungstenite was updated to 0.20.1 on your main branch a few months ago which would resolve the issue, but there wasn't a release with that dependency version bump.

wolf4ood commented 7 months ago

Hi @criminosis

sure i will release a new version soon thanks

criminosis commented 7 months ago

@wolf4ood Thank you sir!