mirror of
https://github.com/chatmail/relay.git
synced 2026-08-21 07:50:51 +00:00
chore(release): prepare for 0.6.1 (#109)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
missytake
parent
7f1521d7cd
commit
8f6f5a9f81
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -391,7 +391,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user