chore(release): prepare for 0.1.2 (#22)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-01-22 15:24:33 +01:00
committed by GitHub
parent cab16fc8f1
commit 0990a23700
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## 0.1.2 - 2026-01-22
### Bug Fixes
- Set logs required by grafana to INFO (#21)
- Make inbound/outbound log messages consistent (#23)
### Performance
- Use governor for rate limiting (#20)
## 0.1.1 - 2026-01-21
### Bug Fixes
+1 -1
View File
@@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "filtermail"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"async-trait",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "filtermail"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
license = "MIT"
readme = "README.md"