chore(release): prepare for 0.6.1 (#109)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-04-01 23:21:32 +02:00
committed by GitHub
parent 05cbf2908c
commit 0f58942998
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,3 +1,18 @@
## 0.6.1 - 2026-04-01
### Documentation
- *(readme)* Fix typo (#99)
### Features
- Configurable hosts for listen and reinject (#84)
- *(resolver)* Enable DNSSEC (#94)
- Add experimental option to disable mailboxes (#108)
### Refactor
- Derive Default for Envelope (#100)
## 0.6.0 - 2026-03-13
### Documentation
+1 -1
View File
@@ -391,7 +391,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
license = "MIT"
readme = "README.md"