mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
chore(release): prepare for 0.1.2 (#22)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
cab16fc8f1
commit
0990a23700
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -258,7 +258,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user