chore(release): prepare for 0.2.0 (#30)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-01-28 18:22:53 +01:00
committed by GitHub
parent 23231d462c
commit 95fd106e43
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -1,3 +1,16 @@
## 0.2.0 - 2026-01-28
### Features
- Configurable rate limiter max burst size (#28)
### Performance
- Disable Nagle's algorithm and do own buffering on server connections
### Refactor
- Remove Mutex around rate limiter
## 0.1.2 - 2026-01-22
### Bug Fixes
+1 -1
View File
@@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "filtermail"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.1.2"
version = "0.2.0"
edition = "2024"
license = "MIT"
readme = "README.md"