From d1aa14eb7120342dc16dc805fc8e6bca3f39779d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Jul 2024 11:39:46 +0200 Subject: [PATCH] apt: bump version to 0.11.2-1 Signed-off-by: Thomas Lamprecht --- proxmox-apt/Cargo.toml | 2 +- proxmox-apt/debian/changelog | 6 ++++++ proxmox-apt/debian/control | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index c0e820b3..c35c11ba 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.11.1" +version = "0.11.2" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 2ea4cea6..7be5a022 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.11.2-1) bookworm; urgency=medium + + * apt: updates for changed api (digest as array) + + -- Proxmox Support Team Wed, 17 Jul 2024 10:08:16 +0200 + rust-proxmox-apt (0.11.1-1) bookworm; urgency=medium * rebuild with proxmox-sys 6.0 diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index c077a3dd..7ea89d5c 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -51,8 +51,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.1-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.1+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.2-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.2+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -70,7 +70,7 @@ Depends: Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.1+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.2+cache-dev (= ${binary:Version}) Description: Proxmox library for APT - feature "cache" This metapackage enables feature "cache" for the Rust proxmox-apt crate, by pulling in any additional dependencies needed by that feature.