chore(release): prepare for 0.3.0 (#45)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-02-14 14:42:55 +01:00
committed by GitHub
parent 85d6c381b3
commit 3bf8395ef6
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,3 +1,17 @@
## 0.3.0 - 2026-02-14
### Features
- Support legacy, pre-OpenPGP packet format (#44)
### Miscellaneous Tasks
- *(dist)* Switch to musl targets (#31)
### Refactor
- Remove unnecessary Arc (#36)
- Use a custom, minimal SMTP client instead of lettre (#33)
## 0.2.0 - 2026-01-28
### Features
+1 -1
View File
@@ -200,7 +200,7 @@ dependencies = [
[[package]]
name = "filtermail"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
license = "MIT"
readme = "README.md"