bump api macro to 0.2.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-07-10 10:56:24 +02:00
parent e3800fb853
commit 2904b622be
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,3 +1,12 @@
rust-proxmox-api-macro (0.2.0-1) proxmox-rust; urgency=medium
* All api-macro generated schema declarations are now values instead of
references, usage of them always adds the '&' instead of "sometimes", for
consistency. This allows referencing generated schemas (eg.
API_RETURN_SCHEMA_FOO) via the `schema:` key inside objects.
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 10:50:38 +0200
rust-proxmox-api-macro (0.1.9-1) proxmox-rust; urgency=medium
* remove some unnecessary parentheses to silence warnings in newer rustc