diff --git a/Cargo.toml b/Cargo.toml index 67fab8eb..a36edf7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.5.1" +version = "0.6.0" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 542ec369..93c68f56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,26 @@ -rust-proxmox-apt (0.5.1-1) unstable; urgency=medium +rust-proxmox-apt (0.6.0-1) stable; urgency=medium + + * standard repos: add suite parameter for stricter detection + + * check repos: have caller specify the current suite + + * add type DebianCodename + + -- Proxmox Support Team Thu, 29 Jul 2021 18:06:54 +0200 + +rust-proxmox-apt (0.5.1-1) stable; urgency=medium * depend on proxmox 0.12.0 -- Proxmox Support Team Tue, 20 Jul 2021 13:18:02 +0200 -rust-proxmox-apt (0.5.0-1) unstable; urgency=medium +rust-proxmox-apt (0.5.0-1) stable; urgency=medium * standard repo detection: handle alternative URI for PVE repos -- Proxmox Support Team Fri, 16 Jul 2021 16:19:06 +0200 -rust-proxmox-apt (0.4.0-1) unstable; urgency=medium +rust-proxmox-apt (0.4.0-1) stable; urgency=medium * support quote-word parsing for one-line format @@ -18,13 +28,13 @@ rust-proxmox-apt (0.4.0-1) unstable; urgency=medium -- Proxmox Support Team Thu, 01 Jul 2021 18:33:12 +0200 -rust-proxmox-apt (0.3.1-1) unstable; urgency=medium +rust-proxmox-apt (0.3.1-1) stable; 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 +rust-proxmox-apt (0.3.0-1) stable; urgency=medium * add get_cached_origin method and an initial config module @@ -34,7 +44,7 @@ rust-proxmox-apt (0.3.0-1) unstable; urgency=medium -- Proxmox Support Team Wed, 30 Jun 2021 13:29:13 +0200 -rust-proxmox-apt (0.2.0-1) unstable; urgency=medium +rust-proxmox-apt (0.2.0-1) stable; urgency=medium * Add functions to check repositories. @@ -42,7 +52,7 @@ rust-proxmox-apt (0.2.0-1) unstable; urgency=medium -- Proxmox Support Team Wed, 23 Jun 2021 14:57:52 +0200 -rust-proxmox-apt (0.1.0-1) unstable; urgency=medium +rust-proxmox-apt (0.1.0-1) stable; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index 9296456e..b6084474 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.5-dev (= ${binary:Version}), - librust-proxmox-apt-0.5+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.5.1-dev (= ${binary:Version}), - librust-proxmox-apt-0.5.1+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.6-dev (= ${binary:Version}), + librust-proxmox-apt-0.6+default-dev (= ${binary:Version}), + librust-proxmox-apt-0.6.0-dev (= ${binary:Version}), + librust-proxmox-apt-0.6.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.