diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 2fdb3f5d..ef19ad89 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.1" +version = "0.5.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 98b601a3..866107c5 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium + + * add helper to get bootmode and secureboot status + + * email: move Auto-Submitted header up + + -- Proxmox Support Team Wed, 29 Nov 2023 15:25:47 +0100 + rust-proxmox-sys (0.5.1-1) bookworm; urgency=medium * fix #4162: sys: added `auto-submitted` header to email body diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 4baea03d..1da8cd08 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -65,11 +65,11 @@ Provides: librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.5+default-dev (= ${binary:Version}), librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.2-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.2+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code This package contains the source for the Rust proxmox-sys crate, packaged by debcargo for use with cargo and dh-cargo. @@ -85,7 +85,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.1+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.2+logrotate-dev (= ${binary:Version}) Description: System tools (using nix) - feature "logrotate" This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature.