From 456e6eaa0bcd7f9c2cb5f8b242360e09220daba8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 19 May 2020 09:51:38 +0200 Subject: [PATCH] bump version to 0.1.32 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index e81bdb31..54e6d398 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.31" +version = "0.1.32" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 80f56610..b1739ecd 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.1.32-1) unstable; urgency=medium + + * section_config: add convert_to_typed_array + + * add id_property to SectionConfigPlugin + + -- Proxmox Support Team Tue, 19 May 2020 09:50:55 +0200 + rust-proxmox (0.1.31-1) unstable; urgency=medium * rpc_environment.rs: use Value to store metadata