From dec9e764014e438df3d4551e8b6b00a16c16eaf7 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 23 Jan 2017 19:42:50 -0500 Subject: [PATCH] Bump to 0.9.3 --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f66daac..e7825f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusqlite" -version = "0.9.2" +version = "0.9.3" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" diff --git a/Changelog.md b/Changelog.md index 1450f0e..cf69389 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# Version 0.9.3 (2017-01-23) + +* Make `ToSqlOutput` itself implement `ToSql`. + # Version 0.9.2 (2017-01-22) * Bugfix: The `FromSql` impl for `i32` now returns an error instead of