]> git.proxmox.com Git - perlmod.git/commitdiff
bump perlmod to 0.12.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Mar 2022 13:42:14 +0000 (14:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Mar 2022 13:43:01 +0000 (14:43 +0100)
while this is technically an API break this is new and
not-yet used and we're in the 0.x versions after all...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod/Cargo.toml
perlmod/debian/changelog
perlmod/debian/control

index 03558e1cc4f0be24d41adcb91e6c87964a0501d3..0c3ea0b346c636473287499bdf97165b658b2b4c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "perlmod"
-version = "0.12.0"
+version = "0.12.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 build = "build.rs"
index acc698837bffd1272e1280ae3128460dc8dc9d97..c38daf5e18c09868de0be9a371b8a5a662446b90 100644 (file)
@@ -1,3 +1,9 @@
+rust-perlmod (0.12.1-1) stable; urgency=medium
+
+  * move 'substr_from_str_slice' from ScalarRef to Scalar
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Mar 2022 14:41:44 +0100
+
 rust-perlmod (0.12.0-1) stable; urgency=medium
 
   * add experimental support for explicit substring handling
index c192c4818d9a051ff7bcd7ab7b307d38c781de84..73a73b33a26cf92497955cc8d6886e6c3fa0e6ec 100644 (file)
@@ -33,7 +33,7 @@ Recommends:
 Provides:
  librust-perlmod-0-dev (= ${binary:Version}),
  librust-perlmod-0.12-dev (= ${binary:Version}),
- librust-perlmod-0.12.0-dev (= ${binary:Version})
+ librust-perlmod-0.12.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.12+perlmod-macro-dev (= ${binary:Version}),
  librust-perlmod-0.12+default-dev (= ${binary:Version}),
  librust-perlmod-0.12+exporter-dev (= ${binary:Version}),
- librust-perlmod-0.12.0+perlmod-macro-dev (= ${binary:Version}),
- librust-perlmod-0.12.0+default-dev (= ${binary:Version}),
- librust-perlmod-0.12.0+exporter-dev (= ${binary:Version})
+ librust-perlmod-0.12.1+perlmod-macro-dev (= ${binary:Version}),
+ librust-perlmod-0.12.1+default-dev (= ${binary:Version}),
+ librust-perlmod-0.12.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.