Private
Public Access
1
0

chore: bump version to 0.3.8 for clean CI build

This commit is contained in:
2026-05-05 01:02:05 +00:00
parent 87601fe510
commit 8efd66fe07
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.7" version = "0.3.8"
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.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 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