bump rust-proxmox-api-macro version to 0.1.6-1

This commit is contained in:
Dietmar Maurer 2020-04-16 08:32:10 +02:00
parent 6976fc4a35
commit b07d592597
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -1,3 +1,15 @@
rust-proxmox-api-macro (0.1.6-1) proxmox-rust; urgency=medium
* support reload_timezone option for methods
* support 'access' specification for methods
* error on unexpected keys
* cleanups, more tests
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 08:29:31 +0200
rust-proxmox-api-macro (0.1.5-1) proxmox-rust; urgency=medium
* include default min/max for integer types