chore(release): prepare for 0.6.2 (#116)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-04-16 09:25:59 +02:00
committed by GitHub
parent cf64778f71
commit 45eaa2f659
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,3 +1,17 @@
## 0.6.2 - 2026-04-16
### Documentation
- *(readme)* Reformat README.md (#115)
### Features
- Log disabled recipients (#113)
- *(transport)* Remote delivery over SMTP (#104)
### Miscellaneous Tasks
- *(dependabot)* Update configuration (#114)
## 0.6.1 - 2026-04-01
### Documentation
+1 -1
View File
@@ -391,7 +391,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
[[package]]
name = "filtermail"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.6.1"
version = "0.6.2"
edition = "2024"
license = "MIT"
readme = "README.md"