chore(release): prepare for 0.6.0 (#92)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-03-13 12:51:38 +01:00
committed by GitHub
parent 8dd9436a0d
commit b31e13a417
3 changed files with 21 additions and 2 deletions
+19
View File
@@ -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
+1 -1
View File
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.5.2"
version = "0.6.0"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.5.2"
version = "0.6.0"
edition = "2024"
license = "MIT"
readme = "README.md"