diff --git a/Cargo.toml b/Cargo.toml index 41545d45..a47dfd56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.4.0" +version = "0.5.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 37401676..bb9252b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (0.5.0-1) unstable; urgency=medium + + * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000 + + * ui: allow to Forget (delete) backup snapshots + + * pxar: deal with files changing size during archiving + + -- Proxmox Support Team Mon, 29 Jun 2020 13:00:54 +0200 + rust-proxmox-backup (0.4.0-1) unstable; urgency=medium * change api for incremental backups mode