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