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