Private
Public Access
1
0

chore: bump version to 0.3.7 for CI rebuild
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 1s
CI/CD Pipeline / Clippy Lints (push) Successful in 43s
CI/CD Pipeline / Unit Tests (push) Successful in 1m13s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Failing after 2m1s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m4s
CI/CD Pipeline / Build Debian Package (push) Failing after 1m50s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m7s
CI/CD Pipeline / Build RPM Package (push) Successful in 3m24s

This commit is contained in:
2026-05-05 00:23:22 +00:00
parent 8ca616a02c
commit 76c26aa379
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "linux-patch-api" name = "linux-patch-api"
version = "0.3.6" version = "0.3.7"
edition = "2021" edition = "2021"
authors = ["Echo <echo@moon-dragon.us>"] authors = ["Echo <echo@moon-dragon.us>"]
description = "Secure remote package management API for Linux systems" description = "Secure remote package management API for Linux systems"

2
debian/changelog vendored
View File

@ -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 GET /api/v1/system/services/{name} endpoint for service health checks
* Add ServiceStatus struct with systemd and OpenRC support * Add ServiceStatus struct with systemd and OpenRC support