From d28fd6ff16c5080e54e1185673475dc91035f9e3 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 5 May 2026 00:23:22 +0000 Subject: [PATCH] chore: bump version to 0.3.7 for CI rebuild --- Cargo.toml | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5538822..2b97d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "0.3.6" +version = "0.3.7" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index 31ae280..a0766fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux-patch-api (0.3.6-1) unstable; urgency=low +linux-patch-api (0.3.7-1) unstable; urgency=low * Add GET /api/v1/system/services/{name} endpoint for service health checks * Add ServiceStatus struct with systemd and OpenRC support