diff --git a/Cargo.toml b/Cargo.toml index 944ae531..dbc75a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.1" +version = "0.8.2" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 663ba331..6ebb7100 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-backup (0.8.2-1) unstable; urgency=medium + + * buildsys: also upload debug packages + + * src/backup/manifest.rs: rename into_string -> to_string + + -- Proxmox Support Team Thu, 09 Jul 2020 11:58:51 +0200 + rust-proxmox-backup (0.8.1-1) unstable; urgency=medium * remove authhenticated data blobs (not needed)