diff --git a/Cargo.lock b/Cargo.lock index c139b43..b553d9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1859,7 +1859,7 @@ dependencies = [ [[package]] name = "linux-patch-api" -version = "0.2.0" +version = "0.3.0" dependencies = [ "actix", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 4a56a92..d81f9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems" diff --git a/debian/changelog b/debian/changelog index 91d06fb..d887fb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +linux-patch-api (0.3.0-1) unstable; urgency=low + + * v0.3.0 beta release + * Fix List Jobs connection reset: Add client_disconnect_timeout (5s) + * Enforce TLS 1.3 only with builder_with_provider() + * Fix RwLock contention: Release read lock before sorting in list_jobs() + * Fix systemd service: Remove ProtectSystem=strict + * Fix systemd service: Change Type=notify to Type=simple + * Fix systemd service: Add DEBIAN_FRONTEND=noninteractive + * Add Ubuntu 22.04 CI build job + * Add apt-get -f install for broken runner deps + + -- Echo Sat, 02 May 2026 19:55:00 -0500 linux-patch-api (1.0.0-1) stable; urgency=medium * Initial production release