chore(release): prepare for 0.4.0 (#49)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-02-17 10:38:31 +01:00
committed by GitHub
parent 4837754245
commit 4eb7e9fd63
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## 0.4.0 - 2026-02-17
### Features
- [**breaking**] DKIM verifier (#35)
- Support addresses using domain literals (#42)
## 0.3.0 - 2026-02-14
### Features
+1 -1
View File
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
license = "MIT"
readme = "README.md"