From febfb90510e95a848167707181deb9f6a2b6022a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Tue, 26 May 2026 13:56:00 +0900 Subject: [PATCH] chore(release): prepare for 0.7.0 (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 13 +++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index b16550a1..50204ada 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.7.0 - 2026-05-26 + +### Bug Fixes + +- Do not crash if accepting new connection fails + +### Documentation + +- *(readme)* Remove docs for options removed in da9a116 (#162) + +### Features + +- [**breaking**] Remove passthrough options that allowed unencrypted mail to pass ## 0.6.6 - 2026-05-12 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 904ad901..4ae81fe6 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.6.6" +version = "0.7.0" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 080ad35f..981f4eb9 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.6.6" +version = "0.7.0" edition = "2024" license = "MIT" readme = "README.md"