diff --git a/Cargo.toml b/Cargo.toml index a5a82834..fa616994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.3.0" +version = "0.3.1" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 652ccc6d..b7775e62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.3.1-1) unstable; urgency=medium + + * standard repos: allow conversion from handle and improve information + + -- Proxmox Support Team Wed, 30 Jun 2021 20:42:52 +0200 + rust-proxmox-apt (0.3.0-1) unstable; urgency=medium * add get_cached_origin method and an initial config module diff --git a/debian/control b/debian/control index 2fd291fb..a44ecabb 100644 --- a/debian/control +++ b/debian/control @@ -38,8 +38,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.3-dev (= ${binary:Version}), librust-proxmox-apt-0.3+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.3.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.3.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.3.1-dev (= ${binary:Version}), + librust-proxmox-apt-0.3.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.