diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c1de74a4..2c99ed74 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.5.0" +version = "0.6.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index c0558f18..c0b6110a 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox (0.6.0-1) unstable; urgency=medium + + * fix a case where use of the api attribute macro can generate unused + variable warnings + + * RpcEnvironment: rename user to auth_id + + * add proxmox::tools::tfa for totp and u2f implementations + + -- Proxmox Support Team Thu, 29 Oct 2020 15:02:38 +0100 + rust-proxmox (0.5.0-1) unstable; urgency=medium * bump nix dependency to 0.19