bump proxmox to 0.6.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-10-29 15:04:07 +01:00
parent 8cbf9cb7c8
commit 0cd88fd832
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -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 <support@proxmox.com> Thu, 29 Oct 2020 15:02:38 +0100
rust-proxmox (0.5.0-1) unstable; urgency=medium rust-proxmox (0.5.0-1) unstable; urgency=medium
* bump nix dependency to 0.19 * bump nix dependency to 0.19