Private
Public Access
1
0

chore: bump version to 0.3.0 for beta release

This commit is contained in:
2026-05-03 00:55:27 +00:00
parent 296fa72223
commit 2e00f1a160
3 changed files with 15 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1859,7 +1859,7 @@ dependencies = [
[[package]]
name = "linux-patch-api"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"actix",
"actix-rt",

View File

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

13
debian/changelog vendored
View File

@ -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 <echo@moon-dragon.us> Sat, 02 May 2026 19:55:00 -0500
linux-patch-api (1.0.0-1) stable; urgency=medium
* Initial production release