diff --git a/Cargo.toml b/Cargo.toml index 3e2195a..d62c270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.0.7" +version = "0.0.8" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" homepage = "https://github.com/jgallagher/rusqlite" diff --git a/Changelog.md b/Changelog.md index 668e817..395d447 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# Version 0.0.8 (2015-02-04) + +* Updates to track latest rustc changes. + # Version 0.0.7 (2015-01-20) * Use external bitflags from crates.io.