From d7e95d62e4a0bd07c1c78dd90097ffa7973179c3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 30 Nov 2023 11:56:54 +0100 Subject: [PATCH] bump version to 3.1.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baeb4b1d5..96c17f16b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.1.1" +version = "3.1.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ff9291708..dc4a04cbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-backup (3.1.2-1) bookworm; urgency=medium + + * sync: fix recent regression with recursive remote sync + + * sync: fix source store+namespace printing to refer to the actual namespace + + -- Proxmox Support Team Thu, 30 Nov 2023 11:56:43 +0100 + rust-proxmox-backup (3.1.1-1) bookworm; urgency=medium * ui: fix deleting datastore without 'keep-job-configs'