From 44efc9d10e3c11c75241f3a5ac99e8d8565dab45 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Thu, 29 Feb 2024 10:34:32 +0000 Subject: [PATCH] Release 3.0.1 --- CHANGELOG.md | 12 ++++++++++-- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856d27a..bd0931d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,12 @@ version number is tracked in the file `VERSION`. ### Fixed -## [3.0.0] +## [3.0.1] - 2024-02-29 + +### Fixed +- Expose `Row::iter` (which was inadvertently made private in 3.0.0). + +## [3.0.0] - 2024-02-28 ### Added - `get_decimal()` now gets a Cassanda decimal value as `BigDecimal`, @@ -303,7 +308,10 @@ 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/2.0.0...HEAD +[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.1...HEAD +[3.0.1]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.0...3.0.1 +[3.0.0]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.0...2.0.0 +[2.0.1]: https://github.com/Metaswitch/cassandra-rs/compare/2.0.0...2.0.1 [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 diff --git a/Cargo.toml b/Cargo.toml index e56e8dd..14da99d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "3.0.0" +version = "3.0.1" authors = ["Tupshin Harper ", "Keith Wansbrough "] edition = "2018"