From 2065bcb136461677398a7bb3bd76f8a49aee86cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 19 Mar 2020 09:56:45 +0100 Subject: [PATCH] bump api-macro to 0.1.5 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 9e7dcfd0..aa1d051d 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.4" +version = "0.1.5" 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 cffaade3..3f4f463e 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-api-macro (0.1.5-1) proxmox-rust; urgency=medium + + * include default min/max for integer types + + -- Proxmox Support Team Thu, 19 Mar 2020 09:55:25 +0100 + rust-proxmox-api-macro (0.1.4-1) proxmox-rust; urgency=medium * make parameter and return schema of api methods public