bump version to 0.1.32

This commit is contained in:
Dietmar Maurer 2020-05-19 09:51:38 +02:00
parent 2f039380d2
commit 456e6eaa0b
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -1,3 +1,11 @@
rust-proxmox (0.1.32-1) unstable; urgency=medium
* section_config: add convert_to_typed_array
* add id_property to SectionConfigPlugin
-- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 09:50:55 +0200
rust-proxmox (0.1.31-1) unstable; urgency=medium rust-proxmox (0.1.31-1) unstable; urgency=medium
* rpc_environment.rs: use Value to store metadata * rpc_environment.rs: use Value to store metadata