diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 923be446..2ed6e8de 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.10" +version = "0.11.0" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index cd8c04a6..b76dd8d5 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-apt (0.11.0-1) stable; urgency=medium + + * dropped api types, they're moved to proxmox-apt-api-types + + * method implementations for api types are now reachable via Impl traits + + * add 'cache' feature and api functions to manipulate the pat cache state + + * remove the global APTConfig and instead pass the path previously confgured + there as parameter + + -- Proxmox Support Team Mon, 08 Jul 2024 15:19:42 +0200 + rust-proxmox-apt (0.10.10-1) stable; urgency=medium * fix #5513: apt: do not assume that sources.list file exists diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 7e0b79b1..5a3792bf 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -49,10 +49,10 @@ Provides: librust-proxmox-apt+default-dev (= ${binary:Version}), librust-proxmox-apt-0-dev (= ${binary:Version}), 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.10-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.10+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.0-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.0+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -69,8 +69,8 @@ Depends: librust-regex-1+default-dev (>= 1.5-~~) Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.10+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.10+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.0+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.