diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 710150c..b4d3cd2 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.13.0" +version = "0.13.1" authors = ["Wolfgang Bumiller "] edition = "2021" build = "build.rs" diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index 4e4a61c..d004a7d 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,9 @@ +rust-perlmod (0.13.1-1) stable; urgency=medium + + * provide perlmod::ser::is_active helper + + -- Proxmox Support Team Fri, 25 Mar 2022 15:45:45 +0100 + rust-perlmod (0.13.0-1) stable; urgency=medium * add `merge_str_slice` convenience helper diff --git a/perlmod/debian/control b/perlmod/debian/control index 6133ba9..5fd37cf 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -33,7 +33,7 @@ Recommends: Provides: librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0.13-dev (= ${binary:Version}), - librust-perlmod-0.13.0-dev (= ${binary:Version}) + librust-perlmod-0.13.1-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - Rust source code This package contains the source for the Rust perlmod crate, packaged by debcargo for use with cargo and dh-cargo. @@ -54,9 +54,9 @@ Provides: librust-perlmod-0.13+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.13+default-dev (= ${binary:Version}), librust-perlmod-0.13+exporter-dev (= ${binary:Version}), - librust-perlmod-0.13.0+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.13.0+default-dev (= ${binary:Version}), - librust-perlmod-0.13.0+exporter-dev (= ${binary:Version}) + librust-perlmod-0.13.1+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.13.1+default-dev (= ${binary:Version}), + librust-perlmod-0.13.1+exporter-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by pulling in any additional dependencies needed by that feature.