From f790835a050962e14c754abf0887b2e8178344f8 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 26 Jan 2017 22:03:34 -0500 Subject: [PATCH] Bump version to 0.9.5 --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 597d2fe..1ef6c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.9.4" +version = "0.9.5" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" diff --git a/Changelog.md b/Changelog.md index 4c94c5a..48fafc7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# Version 0.9.5 (2017-01-26) + +* Add impls of `Clone`, `Debug`, and `PartialEq` to `ToSqlOutput`. + # Version 0.9.4 (2017-01-25) * Update dependencies.