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.