diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 9b639b62..7d4a2032 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.13" +version = "0.1.14" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index b611eb85..36f1d0be 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.1.14-1) unstable; urgency=medium + + * improve cli table formatter + + * verify_json_object: improve error message + + -- Proxmox Support Team Thu, 27 Feb 2020 11:16:44 +0100 + rust-proxmox (0.1.13-1) unstable; urgency=medium * src/sys/linux/tty.rs: add tty helpers