From 91d09ab370f19528469e7be15b94b444e7df5ce9 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, 12 May 2026 13:02:17 +0200 Subject: [PATCH] chore(release): prepare for 0.6.6 (#156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 14 ++++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 927801a9..b16550a1 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.6.6 - 2026-05-12 + +### Bug Fixes + +- Return HTTP 200 because madmail expects it, and make sure https is immediately retried when SMTP fails (#153) + +### Features + +- Improved SMTP error responses (#147) + +### Miscellaneous Tasks + +- Remove mac and windows from matrix tests (#154) +- Run cmlxc tests in all classic/classic-ipv4/madmail combinations ## 0.6.5 - 2026-05-12 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 5a2b6d46..904ad901 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.6.5" +version = "0.6.6" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index aeed8746..080ad35f 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.6.5" +version = "0.6.6" edition = "2024" license = "MIT" readme = "README.md"