diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 0856573f..af9206a0 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.11.2" +version = "0.11.3" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 3d83bf97..f99a6e19 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.11.3-1) unstable; urgency=medium + + * add api_string_type macro + + * simplify const_regex macro + + -- Proxmox Support Team Wed, 05 May 2021 07:47:01 +0200 + rust-proxmox (0.11.2-1) unstable; urgency=medium * proxmox/api/cli: add extract_output_format