From c3cbcae289d04b4454a70fc59dc58a19d5edb681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 30 Jan 2025 13:57:06 +0100 Subject: [PATCH] bump version to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff57198..80522a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "1.5.0" +version = "1.5.1" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 9576f69..117c8f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-backup-qemu (1.5.1) bookworm; urgency=medium + + * fix archive name handling during restore + + -- Proxmox Support Team Thu, 30 Jan 2025 13:56:38 +0100 + proxmox-backup-qemu (1.5.0) bookworm; urgency=medium * update to PBS 3.3.2 based commit on current git master