bump proxmox to 0.10.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-10 10:18:13 +01:00
parent cc8f071153
commit 4e08f9ea06
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox" name = "proxmox"
edition = "2018" edition = "2018"
version = "0.10.3" version = "0.10.4"
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,9 @@
rust-proxmox (0.10.4-1) unstable; urgency=medium
* bump api macro dep to 0.3.2
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Feb 2021 10:17:38 +0100
rust-proxmox (0.10.3-1) unstable; urgency=medium rust-proxmox (0.10.3-1) unstable; urgency=medium
* api: implement schema doc generator for PropertyStrings * api: implement schema doc generator for PropertyStrings