From 81aac3cb773be87a85802d41270d89f46821f896 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: Tue, 9 Jun 2026 20:45:03 +0900 Subject: [PATCH] chore(release): prepare for 0.7.1 (#179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 16 ++++++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 50204ada..fe850828 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.7.1 - 2026-06-09 + +### Bug Fixes + +- Switch ratelimiter to MonotonicClock (#167) +- *(smtp-server)* Correct error when EOF while reading DATA (#168) +- *(resolver)* Disable negative caching (#170) +- Ignore CNAME records when resolving TXT records (#177) + +### Features + +- Switch to aws-lc-rs cryptography provider (#178) + +### Miscellaneous Tasks + +- Add filtermail.mtail so filtermail failures can be monitored (#169) ## 0.7.0 - 2026-05-26 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index a97c06b3..8bce1434 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -548,7 +548,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 3f81a347..6d108c27 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.0" +version = "0.7.1" edition = "2024" license = "MIT" readme = "README.md"