From f7019c4231683452adc7f4a03b4a5ce140310e89 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 30 Jan 2020 12:46:28 +0100 Subject: [PATCH] bump version to 0.1.11 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 1faf408c..9740b983 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.10" +version = "0.1.11" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index cea9eb99..6cf1cf69 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.11-1) unstable; urgency=medium + + * bump api-macro dependency version + + -- Proxmox Support Team Thu, 30 Jan 2020 12:46:01 +0100 + rust-proxmox (0.1.10-1) unstable; urgency=medium * implement text table formatter