changelog: added changelog

This commit is contained in:
2025-11-26 21:30:34 +01:00
parent e6fb4607c4
commit a4d2441b0a
3 changed files with 364 additions and 2 deletions

View File

@@ -12,9 +12,12 @@ serde = { version = "1.0.228", features = ["derive"] }
csv = "1.3.0"
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
git2 = "0.19.0"
regex = "1"
chrono = "0.4"
tokio = { version = "1.41.1", features = ["full"] }
sha2 = "0.10.8"
hex = "0.4.3"
tracing = "0.1.42"
[dev-dependencies]
tempfile = "3.10.1"