mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
chore(release): prepare for 0.5.1 (#65)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
e1841cb590
commit
ff3ffd54ef
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user