From f22fae3852c2190d6e5b74d747bd1307c408c4d0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 11 Nov 2024 21:08:57 +0100 Subject: [PATCH] apt: bump version to 0.11.5-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 0dc5642e..9aa946f5 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-apt" description = "Proxmox library for APT" -version = "0.11.4" +version = "0.11.5" exclude = ["debian"] diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 204191e7..8381fd27 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.11.5-1) bookworm; urgency=medium + + * add Ceph Squid to standard repos for PVE + + -- Proxmox Support Team Mon, 11 Nov 2024 21:08:39 +0100 + rust-proxmox-apt (0.11.4-1) bookworm; urgency=medium * add support for Ceph Squid repositories diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 6b7c1c43..05ac6266 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -49,8 +49,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.4-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.4+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.5-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.5+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -68,7 +68,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.4+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.5+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.