diff --git a/Cargo.toml b/Cargo.toml index 6a820e2d..66922a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "1.0.3" +version = "1.0.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9e155865..5932d87b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (1.0.4-1) unstable; urgency=medium + + * fingerprint: add bytes() accessor + + * ui: fix broken gettext use + + * cli: move more commands into "snapshot" sub-command + + -- Proxmox Support Team Wed, 25 Nov 2020 06:37:41 +0100 + rust-proxmox-backup (1.0.3-1) unstable; urgency=medium * client: inform user when automatically using the default encryption key