From bff0791307927aa3c83f9ddddc8f0afca5dce9a6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 2 Mar 2020 12:48:31 +0100 Subject: [PATCH] bump rust-proxmox version 0.1.18-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 b3c55aa6..5acb89e0 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.17" +version = "0.1.18" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 8ea8352a..3f0cb6de 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.18-1) unstable; urgency=medium + + * Added SectionConfig (moved from proxmox-backup) + + -- Proxmox Support Team Mon, 02 Mar 2020 12:48:08 +0100 + rust-proxmox (0.1.17-1) unstable; urgency=medium * improve text-table output formatting