From 0f5894299852f6eebff5c19af5c09c79d1a6eed8 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 Apr 2026 23:21:32 +0200 Subject: [PATCH] chore(release): prepare for 0.6.1 (#109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 15 +++++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 022351d1..862b9e95 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.6.1 - 2026-04-01 + +### Documentation + +- *(readme)* Fix typo (#99) + +### Features + +- Configurable hosts for listen and reinject (#84) +- *(resolver)* Enable DNSSEC (#94) +- Add experimental option to disable mailboxes (#108) + +### Refactor + +- Derive Default for Envelope (#100) ## 0.6.0 - 2026-03-13 ### Documentation diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 08ff8217..1601ba8e 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -391,7 +391,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 9d0b6ac1..7acdc219 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.6.0" +version = "0.6.1" edition = "2024" license = "MIT" readme = "README.md"