From 288afa3273030661a4934ff47c127add0b4244be 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: Fri, 20 Feb 2026 18:12:35 +0100 Subject: [PATCH] chore(release): prepare for 0.5.0 (#56) 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 80ad9619..4f2dad5d 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.5.0 - 2026-02-20 + +### Bug Fixes + +- *(dkim)* Make simple header canonicalization work properly (#53) + +### Features + +- Save rejected messages to `/tmp` (#55) + +### Refactor + +- Do not copy the mail in memory for DKIM verification (#54) ## 0.4.1 - 2026-02-17 ### Miscellaneous Tasks diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index d4abf1ef..25ac681e 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.4.1" +version = "0.5.0" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 7226a015..cffa28d1 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.4.1" +version = "0.5.0" edition = "2024" license = "MIT" readme = "README.md"