From c39fed294bce69f65929187eaa37442b3cc0abf1 Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Thu, 22 Jan 2026 16:35:09 -0400 Subject: [PATCH] chore: Release uptime-kuma-dashboard version 0.38.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 276e77f..c70aab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,7 +2668,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "uptime-kuma-dashboard" -version = "0.37.0" +version = "0.38.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a5f1784..9ee139f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uptime-kuma-dashboard" -version = "0.37.0" +version = "0.38.0" edition = "2024" [dependencies]