chore(release): prepare for 0.7.0 (#163)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-05-26 06:56:00 +02:00
committed by GitHub
parent c84a96ac78
commit febfb90510
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -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 ## 0.6.6 - 2026-05-12
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]] [[package]]
name = "filtermail" name = "filtermail"
version = "0.6.6" version = "0.7.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base64", "base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "filtermail" name = "filtermail"
version = "0.6.6" version = "0.7.0"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"