From 2904b622bed67600e1f9f38a7bb6993198d546a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 10 Jul 2020 10:56:24 +0200 Subject: [PATCH] bump api macro to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/Cargo.toml | 2 +- proxmox-api-macro/debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 963a8212..5e1f6e6c 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api-macro" edition = "2018" -version = "0.1.9" +version = "0.2.0" authors = [ "Wolfgang Bumiller " ] license = "AGPL-3" description = "Proxmox API macro" diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog index ee1c284b..95f1c47a 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -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 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