diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 0f3453f5..6a5e7295 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.19" +version = "0.1.20" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 9ae36937..99224637 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.20-1) unstable; urgency=medium + + * improve command line completion with optional argument parameters + + -- Proxmox Support Team Wed, 25 Mar 2020 10:56:08 +0100 + rust-proxmox (0.1.19-1) unstable; urgency=medium * remove superfluous newlines in cli help output