diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 9740b983..19959c3e 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.11" +version = "0.1.12" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 6cf1cf69..41d5d25d 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -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 Fri, 31 Jan 2020 06:52:55 +0100 + rust-proxmox (0.1.11-1) unstable; urgency=medium * bump api-macro dependency version