From 3054b31dc7cbcf50695b2ca02d586114858b9968 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, 27 Feb 2026 18:02:11 +0100 Subject: [PATCH] chore(release): prepare for 0.5.2 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 19 +++++++++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index b4d132d3..36ba62ed 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.5.2 - 2026-02-27 + +### Bug Fixes + +- *(logs)* Log correct address for outbound messages (#70) + +### Features + +- Check incoming email return address (#72) + +### Miscellaneous Tasks + +- Bump cargo-dist (#73) +- *(ci)* Build and upload binaries in CI (#76) +- *(ci)* Add missing Zig dependency (#77) + +### Refactor + +- Check if email is encrypted before verifying DKIM (#71) ## 0.5.1 - 2026-02-24 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index b6b2cbb6..cd2566c2 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.5.1" +version = "0.5.2" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index d782a24f..a3da9c96 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.5.1" +version = "0.5.2" edition = "2024" license = "MIT" readme = "README.md"