Skip to content

Commit

Permalink
Merge pull request #132 from krojew/7.0.3
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
krojew authored Nov 28, 2022
2 parents 1118cec + 76cb032 commit b7dc9f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cdrs-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "7.0.2"
version = "7.0.3"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Async Cassandra DB driver written in Rust"
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 7.0.3

### Fixed

* Fixed serialization of routing key with known indexes.

### Changed

* Deprecated `query_with_param()` in `Pager`, in favor of `query_with_params()`.

## 7.0.2

### Fixed
Expand Down

0 comments on commit b7dc9f7

Please sign in to comment.