apt: bump version to 0.11.2-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-17 11:39:46 +02:00
parent f41664e087
commit d1aa14eb71
3 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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 <support@proxmox.com> Wed, 17 Jul 2024 10:08:16 +0200
rust-proxmox-apt (0.11.1-1) bookworm; urgency=medium
* rebuild with proxmox-sys 6.0

View File

@ -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.