From 18e663ce6f08cb9afac30cf3f2d4f16721f7ed73 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 30 May 2020 17:02:46 +0200 Subject: [PATCH] bump version to 0.1.4-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ef6fb8..850dcfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.1.1" +version = "0.1.4" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index 739a7fe..b01234f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-backup-qemu (0.1.4-1) unstable; urgency=medium + + * rebuild with updated crates + + -- Proxmox Support Team Sat, 30 May 2020 16:53:26 +0200 + proxmox-backup-qemu (0.1.3-1) unstable; urgency=medium * call C-callback if send command fail