diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index ca509268..998af22f 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.6" +version = "0.10.7" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 5c739dff..f592d65a 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-apt (0.10.7-1) bookworm; urgency=medium + + * add missing #[serde(default)] attributes to api types + + * document status property for standard repository + + * fix digest api type in APTRepositoryFile from Integer to u8 + + -- Proxmox Support Team Wed, 06 Dec 2023 15:58:43 +0100 + rust-proxmox-apt (0.10.6-1) bookworm; urgency=medium * apt: add Ceph Reef to standard repo list for Proxmox VE based on Debian 12 diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 348065b3..cac095c5 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.6-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.6+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.10.7-dev (= ${binary:Version}), + librust-proxmox-apt-0.10.7+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.