From e4b8d2779f56c251e36d6ab4bd8d5a79b3021a22 Mon Sep 17 00:00:00 2001 From: gwenn Date: Fri, 17 Aug 2018 17:47:57 +0200 Subject: [PATCH] [ci skip] Prepare 0.14.0 --- Cargo.toml | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2eb940..1ee4818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.13.0" +version = "0.14.0" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" diff --git a/Changelog.md b/Changelog.md index e30a5f4..aa2f370 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Version 0.14.0 (2018-08-16) +# Version 0.14.0 (2018-08-17) * BREAKING CHANGE: `ToSql` implementation for `time::Timespec` uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ). Previous format was %Y-%m-%d %H:%M:%S:%f %Z.