From c950826e4696f474fe4a28426f7a289e24436d6e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 7 Jul 2020 10:15:44 +0200 Subject: [PATCH] bump version to 0.8.0-1 --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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