From b31e13a417dd878fc366858d491e20294cf55d1e 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: Fri, 13 Mar 2026 12:51:38 +0100 Subject: [PATCH] chore(release): prepare for 0.6.0 (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jagoda Ślązak --- filtermail/CHANGELOG.md | 19 +++++++++++++++++++ filtermail/Cargo.lock | 2 +- filtermail/Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 36ba62ed..022351d1 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.6.0 - 2026-03-13 + +### Documentation + +- *(readme)* Fix license link +- *(readme)* Clarify licensing of the binaries +- *(readme)* Improve README.md (#88) + +### Features + +- [**breaking**] Remove IP verification for domain-literals (#90) + +### Miscellaneous Tasks + +- *(ci)* Fix binary publish job (#79) + +### Refactor + +- Use enum for mode cli arg (#83) ## 0.5.2 - 2026-02-27 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index d9dc030e..db16ca05 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.5.2" +version = "0.6.0" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 23d7cf7e..8895d142 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.5.2" +version = "0.6.0" edition = "2024" license = "MIT" readme = "README.md"