mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-07 11:06:02 +00:00
bump api macro to 0.2.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
e3800fb853
commit
2904b622be
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-api-macro"
|
name = "proxmox-api-macro"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.1.9"
|
version = "0.2.0"
|
||||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
description = "Proxmox API macro"
|
description = "Proxmox API macro"
|
||||||
|
@ -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
|
rust-proxmox-api-macro (0.1.9-1) proxmox-rust; urgency=medium
|
||||||
|
|
||||||
* remove some unnecessary parentheses to silence warnings in newer rustc
|
* remove some unnecessary parentheses to silence warnings in newer rustc
|
||||||
|
Loading…
Reference in New Issue
Block a user