mirror of
https://github.com/chatmail/relay.git
synced 2026-09-20 06:10:08 +00:00
chore(release): prepare for 0.6.6 (#156)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
e2be5dc92d
commit
91d09ab370
@@ -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
|
## 0.6.5 - 2026-05-12
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
Generated
+1
-1
@@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.6.5"
|
version = "0.6.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.6.5"
|
version = "0.6.6"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user