From 7d86d18cb1576c2932f330cb22ade0122446179c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Jul 2020 19:54:27 +0200 Subject: [PATCH] bump version to 0.3.2-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6288e68..292c587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.3.1" +version = "0.3.2" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index 2c54f0c..224b59b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +proxmox-backup-qemu (0.3.2-1) unstable; urgency=medium + + * make Registry generic and add ImageAccessInfo + + * add restore data reading API + + * add api to check if backup can be done incrementally + + -- Proxmox Support Team Mon, 06 Jul 2020 19:54:13 +0200 + proxmox-backup-qemu (0.3.1-1) unstable; urgency=medium * write_data: return 0 for reused chunks