From 5717940ac135a2cc4ca33b0712612363b1029677 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: Wed, 1 Jul 2026 22:15:41 +0900 Subject: [PATCH] chore(release): prepare for 0.7.4 (#193) 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 00007646..5904fd05 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.7.4 - 2026-07-01 + +### Features + +- *(logs)* Log incoming mailer-daemon message sources (#191) + +### Miscellaneous Tasks + +- Update filtermail.mtail (#190) + +### Testing + +- Place #[tokio::test] after rstest case macros (#192) ## 0.7.3 - 2026-06-27 ### Features diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 7af2d45c..c09b058b 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -565,7 +565,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.7.3" +version = "0.7.4" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index aeb44d4c..2318673d 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.3" +version = "0.7.4" edition = "2024" license = "MIT" readme = "README.md"