Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 4bbe7cd

Browse files
committed
v0.1.1
1 parent a6a4252 commit 4bbe7cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
stalwart-smtp 0.1.1
2+
================================
3+
- Fix: Only the first TLS certificate is used rather than the full chain (#3)
4+
- Fix: Update name for `reject-non-fqdn` setting (#6).
5+
16
stalwart-smtp 0.1.0
27
================================
38
- Initial release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://stalw.art/smtp"
77
keywords = ["smtp", "email", "mail", "server"]
88
categories = ["email"]
99
license = "AGPL-3.0-only"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111
edition = "2021"
1212
resolver = "2"
1313

0 commit comments

Comments
 (0)