From d4998244570856dacb63cf49f8d98f9a7034870d Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 5 May 2026 01:02:05 +0000 Subject: [PATCH] chore: bump version to 0.3.8 for clean CI build --- Cargo.toml | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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