]> git.proxmox.com Git - perlmod.git/commitdiff
bump perlmod to 0.13.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Mar 2022 14:46:08 +0000 (15:46 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Mar 2022 14:47:13 +0000 (15:47 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod/Cargo.toml
perlmod/debian/changelog
perlmod/debian/control

index 710150c9432c8581159001427beb30714297e61f..b4d3cd25091705b6c1410a02d7e30699fd7344d9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "perlmod"
-version = "0.13.0"
+version = "0.13.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 build = "build.rs"
index 4e4a61c431be3516c218335c1637ad781ff78d7b..d004a7d67b67858d86d128438baa0e5c1bfeb1ab 100644 (file)
@@ -1,3 +1,9 @@
+rust-perlmod (0.13.1-1) stable; urgency=medium
+
+  * provide perlmod::ser::is_active helper
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Mar 2022 15:45:45 +0100
+
 rust-perlmod (0.13.0-1) stable; urgency=medium
 
   * add `merge_str_slice` convenience helper
index 6133ba92bcfb41d9335430aee7145298f60d75a1..5fd37cfabff3093a6d1b88678287ae17adc2789a 100644 (file)
@@ -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.