From 28f3171ca33140018d33bf4f2e6e9d8a7a1b8972 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 5 May 2026 18:11:37 +0000 Subject: [PATCH] chore: bump to v0.3.10 for CI trigger --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f24409..7954d50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "0.3.9" +version = "0.3.10" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index c6ee1ab..c55d691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linux-patch-api (0.3.10-1) unstable; urgency=low + + * Fix socket activation detection for service status healthy logic + * When service is inactive but enabled, check if .socket unit is active + + -- Echo Mon, 05 May 2026 13:10:00 -0500 + linux-patch-api (0.3.9-1) unstable; urgency=low * Fix socket activation detection for service status healthy logic