bump proxmox crate to 0.1.20-1

This commit is contained in:
Dietmar Maurer 2020-03-25 10:56:46 +01:00
parent 75e4c4a205
commit 89e71adfeb
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox" name = "proxmox"
edition = "2018" edition = "2018"
version = "0.1.19" version = "0.1.20"
authors = [ authors = [
"Dietmar Maurer <dietmar@proxmox.com>", "Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>", "Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,9 @@
rust-proxmox (0.1.20-1) unstable; urgency=medium
* improve command line completion with optional argument parameters
-- Proxmox Support Team <support@proxmox.com> Wed, 25 Mar 2020 10:56:08 +0100
rust-proxmox (0.1.19-1) unstable; urgency=medium rust-proxmox (0.1.19-1) unstable; urgency=medium
* remove superfluous newlines in cli help output * remove superfluous newlines in cli help output