From d2ee97bce5c09ec30a50e0c0ddf8fe6a8cf2a533 Mon Sep 17 00:00:00 2001 From: Mauro D Date: Fri, 17 Feb 2023 11:51:10 +0000 Subject: [PATCH] v0.3.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d464d87..8cb0465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +mail-send 0.3.2 +================================ +- Fix: Extend buffer from bytes read while reading EHLO (#12). +- Add an impl std::error::Error for mail_send::Error (#11) + +mail-send 0.3.1 +================================ +- Fix: plain text connect issues (#10). + mail-send 0.3.0 ================================ - Use of generics on TCP streams instead of static dispatch with enums. diff --git a/Cargo.toml b/Cargo.toml index 7e9dd91..b80d440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mail-send" description = "E-mail delivery library with SMTP and DKIM support" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = [ "Stalwart Labs "] license = "Apache-2.0 OR MIT"