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