Skip to content

Commit

Permalink
Merge pull request #169 from Metaswitch/release-2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
kw217 committed Jun 8, 2023
2 parents e761bb4 + 0067610 commit 8349cc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,12 @@ version number is tracked in the file `VERSION`.

### Fixed

## [2.0.1] - 2023-06-08

### Fixed
- Fix bug where `connect_keyspace` was not `Send`
- Fixed some rustc and clippy warnings.

## [2.0.0] - 2023-03-13
### Changed
- All functions were converted to be asynchronous. This allows for better performance, as asynchronous functions can run in parallel and make better use of system resources.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ keywords = [ "Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous" ]
license = "Apache-2.0"
name = "cassandra-cpp"
version = "2.0.1-pre"
version = "2.0.1"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
edition = "2018"

Expand Down

0 comments on commit 8349cc2

Please sign in to comment.