From: Thomas Lamprecht Date: Wed, 19 Oct 2022 14:17:16 +0000 (+0200) Subject: bump version to 0.9.3-1 X-Git-Url: https://git.proxmox.com/?p=proxmox-apt.git;a=commitdiff_plain;h=8a7a719aec23ad98a00bb452f0ced4cbf88ba591 bump version to 0.9.3-1 Signed-off-by: Thomas Lamprecht --- diff --git a/Cargo.toml b/Cargo.toml index 1045070..0db9689 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 f27259b..35a4647 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 b225674..e356e54 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.