From c76c7f83034703b88ad8da9c3c5b1dc01479e912 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 3 Jun 2020 10:37:46 +0200 Subject: [PATCH] bump version to 0.2.2-1 --- Cargo.toml | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37a46fba..fd0af361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.2.1" +version = "0.2.2" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 591a33d9..4cf23f88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (0.2.2-1) unstable; urgency=medium + + * proxmox-backup-client.rs: implement quiet flag + + * client restore: don't add server file ending if already specified + + * src/client/pull.rs: also download client.log.blob + + * src/client/pull.rs: more verbose logging + + * gui improvements + + -- Proxmox Support Team Wed, 03 Jun 2020 10:37:12 +0200 + rust-proxmox-backup (0.2.1-1) unstable; urgency=medium * ui: move server RRD statistics to 'Server Status' panel