bump proxmox to 0.7.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-11-19 08:56:56 +01:00
parent 08d6e20c63
commit bba65fe051
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.7.0"
version = "0.7.1"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -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 <support@proxmox.com> Thu, 19 Nov 2020 08:54:26 +0100
rust-proxmox (0.7.0-1) unstable; urgency=medium
* rename 'step' to 'period' in totp values