diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index b0929d01..f3069e05 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.22" +version = "0.1.23" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 2d3af0bc..51c01629 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox (0.1.23-1) unstable; urgency=medium + + * api/cli/command.rs: handle fixed_param + + * add SysError::is_errno_raw + + * tools: add RawFdNum helper + + * api/cli/completion.rs: implement completion for lists of strings + + * IP_REGEX - match whole string + + -- root Sat, 25 Apr 2020 17:04:19 +0200 + rust-proxmox (0.1.22-1) unstable; urgency=medium * replace failure with anyhow crate