diff --git a/Cargo.toml b/Cargo.toml index 58233bc1..578670f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.17" +version = "0.8.18" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index b74a0ed1..2449afee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-backup (0.8.18-1) unstable; urgency=medium + + * src/client/pull.rs: allow up to 20 concurrent download streams + + * docs: add version and date to HTML index + + -- Proxmox Support Team Tue, 22 Sep 2020 12:39:26 +0200 + rust-proxmox-backup (0.8.17-1) unstable; urgency=medium * src/client/pull.rs: open temporary manifest with truncate(true)