diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 908f7d54..6ca20773 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.2" +version = "0.10.3" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 72196e6c..070ea71e 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-apt (0.10.3-1) bookworm; urgency=medium + + * release file: extend component fixup for Debian security repo also to + bookworm suite + + -- Proxmox Support Team Thu, 29 Jun 2023 13:13:44 +0200 + rust-proxmox-apt (0.10.2-1) bookworm; urgency=medium * fallback to Release file for Origin retrieval diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index ee470b6a..8b1e2ace 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.2-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.2+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.10.3-dev (= ${binary:Version}), + librust-proxmox-apt-0.10.3+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.