From 3a3a98e28540f2078b684eb4a0d0db27240bfd56 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 7 Jul 2020 11:00:15 +0200 Subject: [PATCH] bump version to 0.4.0-1 --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5449cd..ce5a6f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.3.3" +version = "0.4.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index 1522358..4c81904 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-backup-qemu (0.4.0-1) unstable; urgency=medium + + * use new get_runtime_with_builder + + -- Proxmox Support Team Tue, 07 Jul 2020 10:59:55 +0200 + proxmox-backup-qemu (0.3.3-1) unstable; urgency=medium * code cleanups