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

Commit 9e8da55

Browse files
committedAug 18, 2023
v0.3.5
1 parent f6128ef commit 9e8da55

File tree

4 files changed

+121
-105
lines changed

4 files changed

+121
-105
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.3.5] - 2023-08-18
6+
7+
## Added
8+
- TCP listener option `nodelay`.
9+
10+
### Changed
11+
12+
### Fixed
13+
- Allow disabling `STARTTLS`.
14+
515
## [0.3.4] - 2023-08-09
616

717
## Added

‎Cargo.lock

+109-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
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.3.4"
10+
version = "0.3.5"
1111
edition = "2021"
1212
resolver = "2"
1313

‎main

Submodule main updated 118 files

0 commit comments

Comments
 (0)
This repository has been archived.