bump rust-proxmox version to 0.1.10-1

This commit is contained in:
Dietmar Maurer 2020-01-30 11:47:06 +01:00
parent ce53818e5d
commit 9a281f6150
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox (0.1.10-1) unstable; urgency=medium
* implement text table formatter
-- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 11:45:38 +0100
rust-proxmox (0.1.9-1) unstable; urgency=medium
* cli command helper: imple sync and async versions