From 9a281f6150009d22dcdaf14f227698b7aac67cdc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 30 Jan 2020 11:47:06 +0100 Subject: [PATCH] bump rust-proxmox version to 0.1.10-1 --- 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 95b2d0b7..2469baa7 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.9" +version = "0.1.10" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index acb26e7b..cea9eb99 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.10-1) unstable; urgency=medium + + * implement text table formatter + + -- Proxmox Support Team Thu, 30 Jan 2020 11:45:38 +0100 + rust-proxmox (0.1.9-1) unstable; urgency=medium * cli command helper: imple sync and async versions