From 8b2ad84a251bd4af33d8c2cddd4f40e26a99e84b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 9 Jul 2020 10:01:31 +0200 Subject: [PATCH] bump version to 0.8.1-1 --- Cargo.toml | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3b7d42e..944ae531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.0" +version = "0.8.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2aa5fa8f..663ba331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (0.8.1-1) unstable; urgency=medium + + * remove authhenticated data blobs (not needed) + + * add signature to manifest + + * improve docs + + * client: introduce --keyfd parameter + + * ui improvements + + -- Proxmox Support Team Thu, 09 Jul 2020 10:01:25 +0200 + rust-proxmox-backup (0.8.0-1) unstable; urgency=medium * implement get_runtime_with_builder