From 45eaa2f65978489838756a290454e6cc09e006d1 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: Thu, 16 Apr 2026 09:25:59 +0200 Subject: [PATCH] chore(release): prepare for 0.6.2 (#116) 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 862b9e95..56fd6962 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.6.2 - 2026-04-16 + +### Documentation + +- *(readme)* Reformat README.md (#115) + +### Features + +- Log disabled recipients (#113) +- *(transport)* Remote delivery over SMTP (#104) + +### Miscellaneous Tasks + +- *(dependabot)* Update configuration (#114) ## 0.6.1 - 2026-04-01 ### Documentation diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 23351923..b1a7e196 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -391,7 +391,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index e6a4db8e..beee9712 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.6.1" +version = "0.6.2" edition = "2024" license = "MIT" readme = "README.md"