From 277ef868ea0b6ac23e60aedc3b6ee61867352479 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Tue, 8 Jan 2019 15:30:59 +0000 Subject: [PATCH] Update to version 0.13.1. Signed-off-by: Keith.Wansbrough@metaswitch.com --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc09d2..68ea0f3 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`. -## [0.13.1] - ??? +## [0.13.1] - 2019-01-08 - Fix `stmt!()` not working if `Statement` was not imported. ## [0.13.0] - 2018-12-04 diff --git a/Cargo.toml b/Cargo.toml index 8807fa0..6ac752b 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.13.0" +version = "0.13.1" authors = ["Tupshin Harper ", "Keith Wansbrough "] build = "build.rs"