From: Fabian Grünbichler Date: Tue, 6 Sep 2022 08:34:05 +0000 (+0200) Subject: bump version to 0.9.1-1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0a9685ed4aa6899dbbe77f2e8458594d8332104d;p=proxmox-apt.git bump version to 0.9.1-1 Signed-off-by: Fabian Grünbichler --- diff --git a/Cargo.toml b/Cargo.toml index d959fc9..9308ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.9.0" +version = "0.9.1" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 38541dd..3d83d27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.9.1-1) stable; urgency=medium + + * release-file: improve invalid file-reference handling + + * add ceph quincy repositories + + -- Proxmox Support Team Tue, 6 Sep 2022 10:33:17 +0200 + rust-proxmox-apt (0.9.0-1) stable; urgency=medium * AptRepositoryFile: make path optional diff --git a/debian/control b/debian/control index 03da56c..86cc567 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.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.9.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.9.1-dev (= ${binary:Version}), + librust-proxmox-apt-0.9.1+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.