chore: bump version to 0.3.0 for beta release
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1859,7 +1859,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "linux-patch-api"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-rt",
|
||||
|
||||
@ -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
13
debian/changelog
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user