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