From 39d34c6ba86c1d5c0bf33a9cf4d1dce9db96b235 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Wed, 7 Jan 2015 09:18:49 -0500 Subject: [PATCH] Bump to version 0.0.5 --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ed7810..1aca7a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.0.4" +version = "0.0.5" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" homepage = "https://github.com/jgallagher/rusqlite" diff --git a/Changelog.md b/Changelog.md index 0d5832a..cdb3638 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# Version 0.0.5 (2014-01-07) + +* Updates to track latest rustc changes (closure syntax). + # Version 0.0.4 (2014-01-05) * Updates to track latest rustc changes.