bump proxmox version to 0.1.23

This commit is contained in:
Dietmar Maurer 2020-04-25 17:04:47 +02:00
parent b6765d06c5
commit e229c3d582
2 changed files with 15 additions and 1 deletions

View File

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

View File

@ -1,3 +1,17 @@
rust-proxmox (0.1.23-1) unstable; urgency=medium
* api/cli/command.rs: handle fixed_param
* add SysError::is_errno_raw
* tools: add RawFdNum helper
* api/cli/completion.rs: implement completion for lists of strings
* IP_REGEX - match whole string
-- root <root@elsa> Sat, 25 Apr 2020 17:04:19 +0200
rust-proxmox (0.1.22-1) unstable; urgency=medium
* replace failure with anyhow crate