chore(release): prepare for 0.5.2 (#78)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-02-27 18:02:11 +01:00
committed by GitHub
parent edca7cbf2a
commit 3054b31dc7
3 changed files with 21 additions and 2 deletions
+19
View File
@@ -1,3 +1,22 @@
## 0.5.2 - 2026-02-27
### Bug Fixes
- *(logs)* Log correct address for outbound messages (#70)
### Features
- Check incoming email return address (#72)
### Miscellaneous Tasks
- Bump cargo-dist (#73)
- *(ci)* Build and upload binaries in CI (#76)
- *(ci)* Add missing Zig dependency (#77)
### Refactor
- Check if email is encrypted before verifying DKIM (#71)
## 0.5.1 - 2026-02-24
### Bug Fixes
+1 -1
View File
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
license = "MIT"
readme = "README.md"