From ff3ffd54efb44173024da777d1417476c3466f39 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, 24 Feb 2026 12:04:43 +0100 Subject: [PATCH] chore(release): prepare for 0.5.1 (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 8 ++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 4f2dad5d..b4d132d3 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.1 - 2026-02-24 + +### Bug Fixes + +- *(dkim)* Accept TXT records with no `v=` tag (#62) +- *(smtp)* Properly handle bounce messages (#63) +- *(dkim)* Accept TXT records with escaped quotes (#61) +- *(logs)* Log `From` address instead of envelope `MAIL FROM`. (#66) ## 0.5.0 - 2026-02-20 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 25ac681e..b6b2cbb6 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index cffa28d1..3b5ffb06 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.5.0" +version = "0.5.1" edition = "2024" license = "MIT" readme = "README.md"