From 17a1f579d0ad0552186583ead5160ac6c32de828 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 24 Sep 2020 13:17:06 +0200 Subject: [PATCH] bump version to 0.8.20-1 --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7fd13e3..6299111a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.19" +version = "0.8.20" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index d1477e10..7fc15ad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (0.8.20-1) unstable; urgency=medium + + * improve sync speed + + * benchmark: use compressable data to get more realistic result + + * docs: add onlineHelp to some panels + + -- Proxmox Support Team Thu, 24 Sep 2020 13:15:45 +0200 + rust-proxmox-backup (0.8.19-1) unstable; urgency=medium * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read