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