bump version to 0.0.2

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-11-22 08:27:48 +01:00
parent afe1d07b3a
commit c095652aca
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vma-to-pbs"
version = "0.0.1"
version = "0.0.2"
authors = ["Filip Schauer <f.schauer@proxmox.com>"]
edition = "2021"

20
debian/changelog vendored
View File

@ -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 <support@proxmox.com> Fri, 22 Nov 2024 08:26:19 +0100
proxmox-vma-to-pbs (0.0.1) bookworm; urgency=medium
* initial release