chore(release): prepare for 0.7.2 (#184)

This commit is contained in:
Jagoda Estera Ślązak
2026-06-26 21:04:42 +09:00
committed by GitHub
parent 03ca4a010b
commit ac9df36801
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -1,3 +1,21 @@
## 0.7.2 - 2026-06-26
### Documentation
- *(readme)* Disable colors in mermaid diagrams (#180)
- *(readme)* Update Transport mode doc
### Features
- *(transport)* Destination worker pool
### Refactor
- Implement Display for AddressDomain
### Testing
- Test filtermail-transport
## 0.7.1 - 2026-06-09
### Bug Fixes
+1 -1
View File
@@ -565,7 +565,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.7.1"
version = "0.7.2"
edition = "2024"
license = "MIT"
readme = "README.md"