krojew / cdrs-tokio

High-level async Cassandra client written in 100% Rust.
Apache License 2.0
137 stars 24 forks source link

Release new version of cdrs-tokio and cassandra-protocol #188

Closed rukai closed 1 month ago

rukai commented 1 month ago

I would appreciate a new release of these crates, I can make a PR to bump the versions if thats helpful?

If we are unable to release cdrs-tokio at this time, then a patch release of just cassandra-protocol would be helpful.

Thanks.

krojew commented 1 month ago

cdrs-tokio doesn't need a version bump - TLS changes have been already published and introduced no changes to the API. The only changes since the last version were clippy-related. I will publish cassandra-protocol in a few minutes.

rukai commented 1 month ago

Thanks!