bump api-macro to 0.1.5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-03-19 09:56:45 +01:00
parent d1bfafe157
commit 2065bcb136
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.4"
version = "0.1.5"
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.5-1) proxmox-rust; urgency=medium
* include default min/max for integer types
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Mar 2020 09:55:25 +0100
rust-proxmox-api-macro (0.1.4-1) proxmox-rust; urgency=medium
* make parameter and return schema of api methods public