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