Bump version to 0.0.9

This commit is contained in:
John Gallagher 2015-02-13 15:49:16 -05:00
parent 7a430c0fde
commit 31ea62a176
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.0.8"
version = "0.0.9"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
homepage = "https://github.com/jgallagher/rusqlite"

View File

@ -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)
* Updates to track latest rustc changes.