diff --git a/Cargo.toml b/Cargo.toml index 81747fec..16b00acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.11" +version = "0.8.12" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index a449b6fa..07f1fab9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (0.8.12-1) unstable; urgency=medium + + * verify: speedup - only verify chunks once + + * verify: sort backup groups + + * bump pxar dep to 0.4.0 + + -- Proxmox Support Team Tue, 25 Aug 2020 08:55:52 +0200 + rust-proxmox-backup (0.8.11-1) unstable; urgency=medium * improve sync jobs, allow to stop them and better logging