From 93fc851a292a70337011ce63308f736a1e80f7a4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 10 Feb 2021 10:13:32 +0100 Subject: [PATCH] bump proxmox version to 0.10.3-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 1b6280fc..d322fb2d 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.10.2" +version = "0.10.3" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 47ef956c..8a89c237 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox (0.10.3-1) unstable; urgency=medium + + * api: implement schema doc generator for PropertyStrings + + * api: improve reST formating + + * api: add dump_enum_properties(), make dump_api_parameter pub + + -- Proxmox Support Team Wed, 10 Feb 2021 10:13:04 +0100 + rust-proxmox (0.10.2-1) unstable; urgency=medium * CliCommandMap: add usage_skip_options to suppress options in