mirror of
https://github.com/chatmail/relay.git
synced 2026-09-23 15:50:09 +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
|
## 0.1.1 - 2026-01-21
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
Generated
+1
-1
@@ -258,7 +258,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user