diff --git a/Cargo.toml b/Cargo.toml index 10450708..0db96893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.9.2" +version = "0.9.3" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index f27259be..35a4647b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.9.3-1) stable; urgency=medium + + * packages file: add section field + + * deb822: source index support + + -- Proxmox Support Team Wed, 19 Oct 2022 16:17:11 +0200 + rust-proxmox-apt (0.9.2-1) stable; urgency=medium * release: add Commands file reference type diff --git a/debian/control b/debian/control index b2256741..e356e54a 100644 --- a/debian/control +++ b/debian/control @@ -44,8 +44,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.9-dev (= ${binary:Version}), librust-proxmox-apt-0.9+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.9.2-dev (= ${binary:Version}), - librust-proxmox-apt-0.9.2+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.9.3-dev (= ${binary:Version}), + librust-proxmox-apt-0.9.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.