Bump version to 0.0.8

This commit is contained in:
John Gallagher 2015-02-04 10:54:04 -05:00
parent a89ceeef01
commit 4ca7b4964f
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rusqlite" name = "rusqlite"
version = "0.0.7" version = "0.0.8"
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"

View File

@ -1,3 +1,7 @@
# Version 0.0.8 (2015-02-04)
* Updates to track latest rustc changes.
# Version 0.0.7 (2015-01-20) # Version 0.0.7 (2015-01-20)
* Use external bitflags from crates.io. * Use external bitflags from crates.io.