diff --git a/Cargo.toml b/Cargo.toml index 24f734b7..9bed970d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.1.0" +version = "0.2.0" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 11e26edb..21a429e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.2.0-1) unstable; urgency=medium + + * Add functions to check repositories. + + * Add handling of standard Proxmox repositories. + + -- Proxmox Support Team Wed, 23 Jun 2021 14:57:52 +0200 + rust-proxmox-apt (0.1.0-1) unstable; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index e0938bfb..99ac2843 100644 --- a/debian/control +++ b/debian/control @@ -34,10 +34,10 @@ Provides: librust-proxmox-apt+default-dev (= ${binary:Version}), librust-proxmox-apt-0-dev (= ${binary:Version}), librust-proxmox-apt-0+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.1-dev (= ${binary:Version}), - librust-proxmox-apt-0.1+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.1.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.2-dev (= ${binary:Version}), + librust-proxmox-apt-0.2+default-dev (= ${binary:Version}), + librust-proxmox-apt-0.2.0-dev (= ${binary:Version}), + librust-proxmox-apt-0.2.0+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.