mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump version to 0.0.9
This commit is contained in:
parent
7a430c0fde
commit
31ea62a176
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.0.8"
|
version = "0.0.9"
|
||||||
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.9 (2015-02-13)
|
||||||
|
|
||||||
|
* Updates to track latest rustc changes.
|
||||||
|
* Implement standard `Error` trait for `SqliteError`.
|
||||||
|
|
||||||
# Version 0.0.8 (2015-02-04)
|
# Version 0.0.8 (2015-02-04)
|
||||||
|
|
||||||
* Updates to track latest rustc changes.
|
* Updates to track latest rustc changes.
|
||||||
|
Loading…
Reference in New Issue
Block a user