mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump version to 0.0.6
This commit is contained in:
parent
8617cde6b6
commit
f84d96aab3
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
description = "Ergonomic wrapper for SQLite"
|
description = "Ergonomic wrapper for SQLite"
|
||||||
homepage = "https://github.com/jgallagher/rusqlite"
|
homepage = "https://github.com/jgallagher/rusqlite"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# Version 0.0.6 (2014-01-10)
|
||||||
|
|
||||||
|
* Updates to track latest rustc changes (1.0.0-alpha).
|
||||||
|
* Add `query_row_safe`, a `SqliteResult`-returning variant of `query_row`.
|
||||||
|
|
||||||
# Version 0.0.5 (2014-01-07)
|
# Version 0.0.5 (2014-01-07)
|
||||||
|
|
||||||
* Updates to track latest rustc changes (closure syntax).
|
* Updates to track latest rustc changes (closure syntax).
|
||||||
|
Loading…
Reference in New Issue
Block a user