diff --git a/Cargo.toml b/Cargo.toml index 2b97d39..8082709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "0.3.7" +version = "0.3.8" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index 2b646bb..a8ef56e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux-patch-api (0.3.7-1) unstable; urgency=low +linux-patch-api (0.3.8-1) unstable; urgency=low * Add GET /api/v1/system/services/{name} endpoint for service health checks * Add ServiceStatus struct with systemd and OpenRC support