chore(release): prepare for 0.6.3 (#121)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-04-20 14:09:53 +02:00
committed by GitHub
parent 1e356315da
commit 3eb3b86bc9
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## 0.6.3 - 2026-04-20
### Features
- *(smtp-server)* Log malformed SMTP commands (#118)
### Performance
- *(smtp-client)* Cache connections (#117)
## 0.6.2 - 2026-04-16
### Documentation
+1 -1
View File
@@ -456,7 +456,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.6.2"
version = "0.6.3"
edition = "2024"
license = "MIT"
readme = "README.md"