From 4b6f342d1ec2bffc63b2e7fc7e6c6897222d6c97 Mon Sep 17 00:00:00 2001 From: Angus Ireland Date: Mon, 24 Jan 2022 09:46:52 +0000 Subject: [PATCH] Release 0.17.1 Signed-off-by: Angus Ireland --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56a784..1026ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The version number is tracked in the file `VERSION`. ## [Unreleased] +### Changed ### Added +### Fixed + +## [0.17.1] - 2022-01-24 ### Changed - Move GitHub build to GitHub Actions (was previously Travis). + ### Fixed - Removed unused `decimal` dependency. @@ -223,7 +228,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/0.15.1...HEAD +[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/0.17.0...HEAD +[0.17.1]: https://github.com/Metaswitch/cassandra-rs/compare/0.17.0...0.17.1 +[0.17.0]: https://github.com/Metaswitch/cassandra-rs/compare/0.16.0...0.17.0 +[0.16.0]: https://github.com/Metaswitch/cassandra-rs/compare/0.15.1...0.16.0 [0.15.1]: https://github.com/Metaswitch/cassandra-rs/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/Metaswitch/cassandra-rs/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/Metaswitch/cassandra-rs/compare/0.13.2...0.14.0 diff --git a/Cargo.toml b/Cargo.toml index b602897..b11c752 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 = "0.17.1-pre" +version = "0.17.1" authors = ["Tupshin Harper ", "Keith Wansbrough "] edition = "2018"