From 7212fd3290d6768c5719b1e1e9d6d8b4b0e23654 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 11 Feb 2021 10:46:11 +0100 Subject: [PATCH] bump proxmox version to 0.10.5 --- 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 c72ea023..30c64b3b 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.10.4" +version = "0.10.5" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index dc870035..5af7c8de 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.10.5-1) unstable; urgency=medium + + * implement dump_section_config + + * rename dump_api_parameters to dump_properties + + -- Proxmox Support Team Thu, 11 Feb 2021 10:45:33 +0100 + rust-proxmox (0.10.4-1) unstable; urgency=medium * bump api macro dep to 0.3.2