From e25057d6b65c16edab08e300ad9cf12fe6a88c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20=C5=9Al=C4=85zak?= Date: Sat, 27 Jun 2026 10:58:25 +0200 Subject: [PATCH] chore(release): prepare for 0.7.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda6144..0000764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.3 - 2026-06-27 + +### Features + +- *(transport)* Worker eviction (#185) ## 0.7.2 - 2026-06-26 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 4196416..7af2d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.7.2" +version = "0.7.3" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index 1b2a2c5..aeb44d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.2" +version = "0.7.3" edition = "2024" license = "MIT" readme = "README.md"