Version bumps to use new bundled SQLite.

This commit is contained in:
John Gallagher 2017-03-03 13:07:27 -05:00
parent 62eef1c8a0
commit 0a35f4bb1e
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.10.0"
version = "0.10.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@ -40,7 +40,7 @@ regex = "0.2"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.7.0"
version = "0.7"
[[test]]
name = "config_log"

View File

@ -1,3 +1,7 @@
# Version 0.10.1 (UPCOMING)
* Updates the `bundled` SQLite version to 3.17.0.
# Version 0.10.0 (2017-02-28)
* Re-export the `ErrorCode` enum from `libsqlite3-sys`.

View File

@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.7.0"
version = "0.7.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"