Skip to content

Commit d2ee97b

Browse files
committed
v0.3.2
1 parent 0d27411 commit d2ee97b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mail-send 0.3.2
2+
================================
3+
- Fix: Extend buffer from bytes read while reading EHLO (#12).
4+
- Add an impl std::error::Error for mail_send::Error (#11)
5+
6+
mail-send 0.3.1
7+
================================
8+
- Fix: plain text connect issues (#10).
9+
110
mail-send 0.3.0
211
================================
312
- Use of generics on TCP streams instead of static dispatch with enums.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mail-send"
33
description = "E-mail delivery library with SMTP and DKIM support"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
authors = [ "Stalwart Labs <hello@stalw.art>"]
77
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)