diff --git a/Cargo.toml b/Cargo.toml index 16201ff2..37899269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.6.0" +version = "0.7.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 9220aed4..d58d8aad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-backup (0.7.0-1) unstable; urgency=medium + + * implement clone for RemoteChunkReader + + * improve docs + + * client: add --encryption boolen parameter + + * client: use default encryption key if it is available + + * d/rules: do not compress .pdf files + + * ui: various fixes + + * add beta text with link to bugtracker + + -- Proxmox Support Team Tue, 07 Jul 2020 07:40:05 +0200 + rust-proxmox-backup (0.6.0-1) unstable; urgency=medium * make ReadChunk not require mutable self.