diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index c91d275..d35b643 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod-macro" -version = "0.3.1" +version = "0.3.2" authors = ["Wolfgang Bumiller "] edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/perlmod-macro/debian/changelog b/perlmod-macro/debian/changelog index 17afdf7..185777d 100644 --- a/perlmod-macro/debian/changelog +++ b/perlmod-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-perlmod-macro (0.3.2-1) stable; urgency=medium + + * add newlines to errors passed to croak_sv + + -- Proxmox Support Team Wed, 30 Jun 2021 09:46:44 +0200 + rust-perlmod-macro (0.3.1-1) stable; urgency=medium * adjust search directory to not contain the module name since there are diff --git a/perlmod-macro/debian/control b/perlmod-macro/debian/control index 3e10240..157a189 100644 --- a/perlmod-macro/debian/control +++ b/perlmod-macro/debian/control @@ -35,8 +35,8 @@ Provides: librust-perlmod-macro-0+default-dev (= ${binary:Version}), librust-perlmod-macro-0.3-dev (= ${binary:Version}), librust-perlmod-macro-0.3+default-dev (= ${binary:Version}), - librust-perlmod-macro-0.3.1-dev (= ${binary:Version}), - librust-perlmod-macro-0.3.1+default-dev (= ${binary:Version}) + librust-perlmod-macro-0.3.2-dev (= ${binary:Version}), + librust-perlmod-macro-0.3.2+default-dev (= ${binary:Version}) Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code This package contains the source for the Rust perlmod-macro crate, packaged by debcargo for use with cargo and dh-cargo.