]> git.proxmox.com Git - proxmox.git/commitdiff
bump version to 0.1.25-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Apr 2020 08:46:42 +0000 (10:46 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Apr 2020 08:48:19 +0000 (10:48 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox/Cargo.toml
proxmox/debian/changelog

index a4e59aabedd61f26ddf033dff7ae5a5ca00113df..32787c5cae5e255e3eddaaaa9f11cabbc580feb6 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox"
 edition = "2018"
-version = "0.1.24"
+version = "0.1.25"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
index 122229f853d6cad08a127b2fbd78ede111387bb3..b71e1485dca1a22face2f4c9c3312d1bf0864ebb 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox (0.1.25-1) unstable; urgency=medium
+
+  * add descriptions to enum variants
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Apr 2020 10:45:24 +0200
+
 rust-proxmox (0.1.24-1) unstable; urgency=medium
 
   * section_config.rs - convert_to_array: remove static lifetime
@@ -10,8 +16,6 @@ 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