From 27b8a3f671945d71b501381b8fc4ecb6a0fc8ebf Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 25 Nov 2020 06:38:16 +0100 Subject: [PATCH] bump version to 1.0.4-1 --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a820e2d1..66922a62f 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 9e1558659..5932d87b6 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