bump perlmod-macro to 0.3.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-22 14:15:46 +01:00
parent f2fb3f9604
commit 1bb53e8403
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -1,3 +1,10 @@
rust-perlmod-macro (0.3.1-1) stable; urgency=medium
* adjust search directory to not contain the module name since there are
multiple modules loading the same library
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Feb 2021 14:13:14 +0100
rust-perlmod-macro (0.3.0-1) stable; urgency=medium
* support tuple return types as fixed length 'list' return types in perl