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.