From cf063c197330ace80086f9f532ae9808028b8941 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 10 Jul 2020 11:35:04 +0200 Subject: [PATCH] bump version to 0.8.6-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6058276d..2026894e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.5" +version = "0.8.6" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index a6a32244..9eb9c20f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +rust-proxmox-backup (0.8.6-1) unstable; urgency=medium + + * ui: add button for easily showing the server fingerprint dashboard + + * proxmox-backup-client benchmark: add --verbose flag and improve output + format + + * docs: reference PDF variant in HTML output + + * proxmox-backup-client: add simple version command + + * improve keyfile and signature handling in catalog and manifest + + -- Proxmox Support Team Fri, 10 Jul 2020 11:34:14 +0200 + rust-proxmox-backup (0.8.5-1) unstable; urgency=medium * fix cross process task listing