diff --git a/Cargo.toml b/Cargo.toml index a47dfd56..f03d00e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.5.0" +version = "0.6.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index bb9252b7..9220aed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (0.6.0-1) unstable; urgency=medium + + * make ReadChunk not require mutable self. + + * ui: increase timeout for snapshot listing + + * ui: consistently spell Datastore without space between words + + * ui: disk create: sync and improve 'add-datastore' checkbox label + + * proxmox-backup-client: add benchmark command + + * pxar: fixup 'vanished-file' logic a bit + + * ui: add verify button + + -- Proxmox Support Team Fri, 03 Jul 2020 09:45:52 +0200 + rust-proxmox-backup (0.5.0-1) unstable; urgency=medium * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000