From 4155e44dbd5f4fed852518fcd1ea7fae87c0091d Mon Sep 17 00:00:00 2001 From: Lorenz Brun Date: Mon, 26 Oct 2015 20:30:57 +0100 Subject: [PATCH] Release new version I'd like to use the new features you introduced in the last few days, especially `transport.send(mail)`. Also the docs are currently built for the `master` branch which means they currently show features not yet available in the Crate. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8d35a6..5f72eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lettre" -version = "0.4.0" +version = "0.5.0" description = "Email client" readme = "README.md" documentation = "http://lettre.github.io/lettre/"