mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
chore(release): prepare for 0.7.0 (#163)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
c84a96ac78
commit
febfb90510
@@ -1,3 +1,16 @@
|
||||
## 0.7.0 - 2026-05-26
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Do not crash if accepting new connection fails
|
||||
|
||||
### Documentation
|
||||
|
||||
- *(readme)* Remove docs for options removed in da9a116 (#162)
|
||||
|
||||
### Features
|
||||
|
||||
- [**breaking**] Remove passthrough options that allowed unencrypted mail to pass
|
||||
## 0.6.6 - 2026-05-12
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Generated
+1
-1
@@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.6.6"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.6.6"
|
||||
version = "0.7.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user