[ci skip] Prepare 0.14.0

This commit is contained in:
gwenn 2018-08-17 17:47:57 +02:00
parent 2cf4983afa
commit e4b8d2779f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.13.0"
version = "0.14.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"

View File

@ -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.