Update version to 0.1.20 and fix email notification aggregation
All checks were successful
Build and Release / build-and-release (push) Successful in 1m11s

- Fix email notification aggregation to send batched notifications instead of individual emails
- Fix startup data collection to properly process initial status without triggering change notifications
- Maintain event-driven transmission while preserving aggregated notification batching
- Update version from 0.1.19 to 0.1.20 across all components
This commit is contained in:
2025-10-28 10:48:29 +01:00
parent 91f037aa3e
commit a2519b2814
6 changed files with 31 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.19"
version = "0.1.20"
edition = "2021"
[dependencies]