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