From bba65fe051a31024f957e8d8f2284e566b562528 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 19 Nov 2020 08:56:56 +0100 Subject: [PATCH] bump proxmox to 0.7.1 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index cdc75cf6..427f7fdc 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.7.0" +version = "0.7.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 64f54413..ff269ed0 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,18 @@ +rust-proxmox (0.7.1-1) unstable; urgency=medium + + * fix tracking of subcommand prefix in order to produce correct help output + on errors + + * u2f: make certificate optional + + * u2f: make AuthResponse fields pub + + * u2f: impl Deserialize for registration challenge + + * add tools::hex_to_bin_exact + + -- Proxmox Support Team Thu, 19 Nov 2020 08:54:26 +0100 + rust-proxmox (0.7.0-1) unstable; urgency=medium * rename 'step' to 'period' in totp values