From 4ca7b4964ffa4c35ab9cdbede190c5296619521e Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Wed, 4 Feb 2015 10:54:04 -0500 Subject: [PATCH] Bump version to 0.0.8 --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.