bump proxmox version to 0.5.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-10-19 12:32:51 +02:00
parent 9cd97f9851
commit fe652c9263
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox (0.5.0-1) unstable; urgency=medium
* bump nix dependency to 0.19
-- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2020 12:29:55 +0200
rust-proxmox (0.4.4-1) unstable; urgency=medium
* api: RPC environment: add client IP getter/setter to trait