chore(release): prepare for 0.5.1 (#65)

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 4e274ae280
commit 9cf0bba7ed
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## 0.5.1 - 2026-02-24
### Bug Fixes
- *(dkim)* Accept TXT records with no `v=` tag (#62)
- *(smtp)* Properly handle bounce messages (#63)
- *(dkim)* Accept TXT records with escaped quotes (#61)
- *(logs)* Log `From` address instead of envelope `MAIL FROM`. (#66)
## 0.5.0 - 2026-02-20
### Bug Fixes
+1 -1
View File
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.5.0"
version = "0.5.1"
edition = "2024"
license = "MIT"
readme = "README.md"