mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump version to 0.0.10
This commit is contained in:
parent
e6a1cb8de9
commit
baa6f87046
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.0.9"
|
||||
version = "0.0.10"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
homepage = "https://github.com/jgallagher/rusqlite"
|
||||
|
@ -1,3 +1,11 @@
|
||||
# Version 0.0.10 (2015-02-23)
|
||||
|
||||
* BREAKING CHANGE: `open` now expects a `Path` rather than a `str`. There is a separate
|
||||
`open_in_memory` constructor for opening in-memory databases.
|
||||
* Added the ability to load SQLite extensions. This is behind the `load_extension` Cargo feature,
|
||||
because not all builds of sqlite3 include this ability. Notably the default libsqlite3 that
|
||||
ships with OS X 10.10 does not support extensions.
|
||||
|
||||
# Version 0.0.9 (2015-02-13)
|
||||
|
||||
* Updates to track latest rustc changes.
|
||||
|
Loading…
Reference in New Issue
Block a user