bump proxmox-api-macro version to 0.2.3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-31 08:39:17 +01:00
parent 0f802c8667
commit 0c816fe383
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -1,3 +1,13 @@
rust-proxmox-api-macro (0.2.3-1) unstable; urgency=medium
* api macro: reuse generated default const for "unwrap_or" instead of adding
a closure which returned the default value inline. This allows one to
define optional params with a default as non-option type in a API handler
signature without getting a warning that the const generated for that
default is now unused.
-- Proxmox Support Team <support@proxmox.com> Sat, 31 Oct 2020 08:38:18 +0100
rust-proxmox-api-macro (0.2.2-1) unstable; urgency=medium
* api-macro: replace ident hashmap with simple find