mirror of
https://github.com/chatmail/relay.git
synced 2026-08-21 07:50:51 +00:00
chore(release): prepare for 0.4.1 (#51)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
missytake
parent
223fa3c67b
commit
d8681d237f
@@ -1,3 +1,8 @@
|
||||
## 0.4.1 - 2026-02-17
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- *(tests)* Add a way to disable DKIM for tests (#50)
|
||||
## 0.4.0 - 2026-02-17
|
||||
|
||||
### Features
|
||||
|
||||
Generated
+1
-1
@@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user