From: Dietmar Maurer Date: Tue, 7 Jul 2020 08:15:44 +0000 (+0200) Subject: bump version to 0.8.0-1 X-Git-Tag: v0.8.0 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c950826e4696f474fe4a28426f7a289e24436d6e;p=proxmox-backup.git bump version to 0.8.0-1 --- diff --git a/Cargo.toml b/Cargo.toml index 37899269..e3b7d42e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.7.0" +version = "0.8.0" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index d58d8aad..2aa5fa8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-backup (0.8.0-1) unstable; urgency=medium + + * implement get_runtime_with_builder + + -- Proxmox Support Team Tue, 07 Jul 2020 10:15:26 +0200 + rust-proxmox-backup (0.7.0-1) unstable; urgency=medium * implement clone for RemoteChunkReader