diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index b59d7a42..908f7d54 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.1" +version = "0.10.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 ddf39ae0..72196e6c 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.10.2-1) bookworm; urgency=medium + + * fallback to Release file for Origin retrieval + + * fix #4653: (In)Release file: improve handling of special suites + + -- Proxmox Support Team Tue, 27 Jun 2023 12:31:29 +0200 + rust-proxmox-apt (0.10.1-1) bookworm; urgency=medium * apt: drop older Ceph standard repositories diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index d5eaac0f..ee470b6a 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -45,8 +45,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.10-dev (= ${binary:Version}), librust-proxmox-apt-0.10+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.1-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.1+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.10.2-dev (= ${binary:Version}), + librust-proxmox-apt-0.10.2+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code This package contains the source for the Rust proxmox-apt crate, packaged by debcargo for use with cargo and dh-cargo.