mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
[ci skip] Prepare 0.14.0
This commit is contained in:
parent
2cf4983afa
commit
e4b8d2779f
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
description = "Ergonomic wrapper for SQLite"
|
description = "Ergonomic wrapper for SQLite"
|
||||||
repository = "https://github.com/jgallagher/rusqlite"
|
repository = "https://github.com/jgallagher/rusqlite"
|
||||||
|
@ -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).
|
* 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.
|
Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
|
||||||
|
Loading…
Reference in New Issue
Block a user