bump rust-proxmox version to 0.1.12-1

This commit is contained in:
Dietmar Maurer 2020-01-31 06:53:33 +01:00
parent af7d6cd045
commit db316a1fd8
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,3 +1,12 @@
rust-proxmox (0.1.12-1) unstable; urgency=medium
* src/api/cli/text_table.rs: only call TIOCGWINSZ on terminals
* src/api/cli/text_table.rs - TableFormatOptions: allow to add
single column configs
-- Proxmox Support Team <support@proxmox.com> Fri, 31 Jan 2020 06:52:55 +0100
rust-proxmox (0.1.11-1) unstable; urgency=medium
* bump api-macro dependency version