From d601b57fd014d63c5c447236e8b3ad1f9b30aeb1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 26 Sep 2024 14:52:52 +0200 Subject: [PATCH] api-macro: bump to 1.2.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/Cargo.toml | 2 +- proxmox-api-macro/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index d9cee75b..87ff6097 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api-macro" description = "Proxmox API macro" -version = "1.2.0" +version = "1.2.1" authors.workspace = true edition.workspace = true diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog index 6ebf4bd0..cb5d73ee 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-api-macro (1.2.1-1) bookworm; urgency=medium + + * allow declaring a field meant to collect the 'additional_properties' + + -- Proxmox Support Team Thu, 26 Sep 2024 14:52:43 +0200 + rust-proxmox-api-macro (1.2.0-1) bookworm; urgency=medium * deprecate old "streaming" method attribute