mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-08 11:52:23 +08:00
Bump to v0.13.0.
This commit is contained in:
10
Changelog.md
10
Changelog.md
@@ -1,3 +1,13 @@
|
||||
# Version 0.13.0 (TODO)
|
||||
|
||||
* Added ToSqlConversionFailure case to Error enum.
|
||||
* Now depends on chrono 0.4, bitflats 1.0, and (optionally) cc 1.0 / bindgen 0.31.
|
||||
* The ToSql/FromSql implementations for time::Timespec now include
|
||||
and expect fractional seconds and timezone in the serialized string.
|
||||
* The RowIndex type used in Row::get is now publicly exported.
|
||||
* New `sqlcipher` feature allows linking against SQLCipher instead of SQLite.
|
||||
* Doc link in README now point to docs.rs.
|
||||
|
||||
# Version 0.12.0 (2017-05-29)
|
||||
|
||||
* Defines HAVE\_USLEEP when building with a bundled SQLite (#263).
|
||||
|
||||
Reference in New Issue
Block a user