bump rust-proxmox version to 0.1.14-1

This commit is contained in:
Dietmar Maurer 2020-02-27 11:17:38 +01:00
parent 875f00bb85
commit e3c1104ed3
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox" name = "proxmox"
edition = "2018" edition = "2018"
version = "0.1.13" version = "0.1.14"
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,11 @@
rust-proxmox (0.1.14-1) unstable; urgency=medium
* improve cli table formatter
* verify_json_object: improve error message
-- Proxmox Support Team <support@proxmox.com> Thu, 27 Feb 2020 11:16:44 +0100
rust-proxmox (0.1.13-1) unstable; urgency=medium rust-proxmox (0.1.13-1) unstable; urgency=medium
* src/sys/linux/tty.rs: add tty helpers * src/sys/linux/tty.rs: add tty helpers