mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 14:13:16 +00:00
bump proxmox version to 0.1.23
This commit is contained in:
parent
b6765d06c5
commit
e229c3d582
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.1.22"
|
version = "0.1.23"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
@ -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
|
rust-proxmox (0.1.22-1) unstable; urgency=medium
|
||||||
|
|
||||||
* replace failure with anyhow crate
|
* replace failure with anyhow crate
|
||||||
|
Loading…
Reference in New Issue
Block a user