bump perlmod-macro to 0.3.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-16 10:41:52 +01:00
parent 705d6989ad
commit d870bc9bb3
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "perlmod-macro"
version = "0.2.3"
version = "0.3.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

View File

@ -1,3 +1,11 @@
rust-perlmod-macro (0.3.0-1) stable; urgency=medium
* support tuple return types as fixed length 'list' return types in perl
* support Result and non-Result variants of all return types
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2021 10:41:03 +0100
rust-perlmod-macro (0.2.3-1) stable; urgency=medium
* mark the raw export functions as #[doc(hidden)]