diff --git a/Cargo.toml b/Cargo.toml index 2d44950d..94ec63df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.4" +version = "0.8.5" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 33f40b5c..a6a32244 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +rust-proxmox-backup (0.8.5-1) unstable; urgency=medium + + * fix cross process task listing + + * docs: expand datastore documentation + + * docs: add remotes and sync-jobs and schedules + + * bump pathpatterns to 0.1.2 + + * ui: align version and user-menu spacing with pve/pmg + + * ui: make username a menu-button + + -- Proxmox Support Team Thu, 09 Jul 2020 15:32:39 +0200 + rust-proxmox-backup (0.8.4-1) unstable; urgency=medium * add TaskButton in header