From c095652aca582794f191ba94ce4a96928116c938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 22 Nov 2024 08:27:48 +0100 Subject: [PATCH] bump version to 0.0.2 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 | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7951bbc..39c9844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vma-to-pbs" -version = "0.0.1" +version = "0.0.2" authors = ["Filip Schauer "] edition = "2021" diff --git a/debian/changelog b/debian/changelog index fb992a2..cd27ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +proxmox-vma-to-pbs (0.0.2) bookworm; urgency=medium + + * fix unused compress and encrypt options + + * correctly handle optional string parameters + + * add support for notes and logs + + * add support for bulk import of a dump directory + + * add option to skip vmids whose backups failed to upload + + * use level-based logging instead of println + + * log device upload progress as a percentage + + * update PBS to 3.2.11 + + -- Proxmox Support Team Fri, 22 Nov 2024 08:26:19 +0100 + proxmox-vma-to-pbs (0.0.1) bookworm; urgency=medium * initial release