chore(release): prepare for 0.6.6 (#156)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-05-12 13:02:17 +02:00
committed by GitHub
parent e2be5dc92d
commit 91d09ab370
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,3 +1,17 @@
## 0.6.6 - 2026-05-12
### Bug Fixes
- Return HTTP 200 because madmail expects it, and make sure https is immediately retried when SMTP fails (#153)
### Features
- Improved SMTP error responses (#147)
### Miscellaneous Tasks
- Remove mac and windows from matrix tests (#154)
- Run cmlxc tests in all classic/classic-ipv4/madmail combinations
## 0.6.5 - 2026-05-12
### Bug Fixes
+1 -1
View File
@@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.6.5"
version = "0.6.6"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.6.5"
version = "0.6.6"
edition = "2024"
license = "MIT"
readme = "README.md"