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