diff --git a/Cargo.toml b/Cargo.toml index 4aef1d1f..18b9c438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.2.3" +version = "0.3.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 790255f0..c1fa4e5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (0.3.0-1) unstable; urgency=medium + + * support incrtemental backups mode + + * new disk management + + * single file restore for container backups + + -- Proxmox Support Team Wed, 24 Jun 2020 10:12:57 +0200 + rust-proxmox-backup (0.2.3-1) unstable; urgency=medium * tools/systemd/time: fix compute_next_event for weekdays