chore(release): prepare for 0.5.0 (#56)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-08-18 12:21:27 +02:00
committed by missytake
parent d823b28390
commit 60ce20d3aa
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -1,3 +1,16 @@
## 0.5.0 - 2026-02-20
### Bug Fixes
- *(dkim)* Make simple header canonicalization work properly (#53)
### Features
- Save rejected messages to `/tmp` (#55)
### Refactor
- Do not copy the mail in memory for DKIM verification (#54)
## 0.4.1 - 2026-02-17 ## 0.4.1 - 2026-02-17
### Miscellaneous Tasks ### Miscellaneous Tasks
+1 -1
View File
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]] [[package]]
name = "filtermail" name = "filtermail"
version = "0.4.1" version = "0.5.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base64", "base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "filtermail" name = "filtermail"
version = "0.4.1" version = "0.5.0"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"