api-macro: bump version to 0.1.9-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-05-18 09:17:35 +02:00
parent 5fa994abb5
commit fa25b17cd0
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-api-macro"
edition = "2018"
version = "0.1.8"
version = "0.1.9"
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
license = "AGPL-3"
description = "Proxmox API macro"

View File

@ -1,3 +1,9 @@
rust-proxmox-api-macro (0.1.9-1) proxmox-rust; urgency=medium
* remove some unnecessary parentheses to silence warnings in newer rustc
-- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 09:16:00 +0200
rust-proxmox-api-macro (0.1.8-1) proxmox-rust; urgency=medium
* add descriptions to enum variants