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