Skip to content

Commit

Permalink
Merge pull request #161 from Metaswitch/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
kw217 committed Mar 13, 2023
2 parents 3b9a6fb + c730625 commit 304be44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The
version number is tracked in the file `VERSION`.

## [Unreleased]

### Added

### Changed

### Fixed

## [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.
- The macro `stmt!` was changed from a macro to a function, named `statement`. This change fundamentally alters how the API is used and was made to provide a more intuitive and clear interface for users.
Expand Down Expand Up @@ -261,7 +269,8 @@ First release of https://github.com/Metaswitch/cassandra-rs
## [0.8.1] - 2016-12-13
Last release of https://github.com/tupshin/cassandra-rs

[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/1.2.0...HEAD
[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/2.0.0...HEAD
[2.0.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Metaswitch/cassandra-rs/compare/0.17.2...1.0.0
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 = "1.2.1-pre"
version = "2.0.0"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
edition = "2018"

Expand Down

0 comments on commit 304be44

Please sign in to comment.