bump proxmox-api-macro to 0.1.4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-02-27 13:10:40 +01:00
parent dd8ccd80d9
commit d7be7df86c
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.3"
version = "0.1.4"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
license = "AGPL-3"
description = "Proxmox API macro"

View File

@ -1,3 +1,9 @@
rust-proxmox-api-macro (0.1.4-1) proxmox-rust; urgency=medium
* make parameter and return schema of api methods public
-- Proxmox Support Team <support@proxmox.com> Thu, 27 Feb 2020 13:09:40 +0100
rust-proxmox-api-macro (0.1.3-1) proxmox-rust; urgency=medium
* expose parameter and return schema of api methods as