From 0a28820fd8f3c79f468da2596ec8d20b11820c54 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Mon, 14 Nov 2022 14:35:13 +0000 Subject: [PATCH] Release 1.2.0 Various back-compatible changes. Signed-off-by: Keith Wansbrough --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4da64..84d5a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This file's format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). The version number is tracked in the file `VERSION`. -## [Unreleased] +## [1.2.0] - 2022-11-14 ### Added - Added `unset_logger`, `set_slog_logger` (behind `slog` feature) and `set_log_logger` (behind `log` feature) - Expose `set_resolve_timeout` function. @@ -252,7 +252,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.1.0...HEAD +[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/1.2.0...HEAD +[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 [0.17.2]: https://github.com/Metaswitch/cassandra-rs/compare/0.17.1...0.17.2 diff --git a/Cargo.toml b/Cargo.toml index 8467f18..bf499c8 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 = "1.1.1-pre" +version = "1.2.0" authors = ["Tupshin Harper ", "Keith Wansbrough "] edition = "2018"