]> git.proxmox.com Git - pathpatterns.git/commitdiff
bump version to 0.2.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 24 Aug 2023 08:01:36 +0000 (10:01 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 24 Aug 2023 08:13:40 +0000 (10:13 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index ccb09b042b7791fbdf5bd9441ddddffd45d1af1f..a994fab4db0b053247b0a2e3995bbe300482a04b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pathpatterns"
-version = "0.1.3"
+version = "0.2.0"
 authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
 edition = "2021"
 license = "AGPL-3.0-or-later"
index 1544b55c581843302630db11c73d8726cab90438..fed8c45b1d9fc99bbb46240c1b473fb2e9f6e4f2 100644 (file)
@@ -1,3 +1,10 @@
+rust-pathpatterns (0.2.0-1) bookworm; urgency=medium
+
+  * MatchList functions now take a parameter to possibly lazily fetch the file
+    mode, which can be a closure, a mode (u32) or an Option<u32>.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Aug 2023 10:01:22 +0200
+
 rust-pathpatterns (0.1.3-1) pve; urgency=medium
 
   * documentation and metadata fixups
index 258000e8b9585159e9d702108b4578a8af04bcc2..0949c2b517f57e69ac79a267bd7cb397245fe922 100644 (file)
@@ -26,10 +26,10 @@ Provides:
  librust-pathpatterns+default-dev (= ${binary:Version}),
  librust-pathpatterns-0-dev (= ${binary:Version}),
  librust-pathpatterns-0+default-dev (= ${binary:Version}),
- librust-pathpatterns-0.1-dev (= ${binary:Version}),
- librust-pathpatterns-0.1+default-dev (= ${binary:Version}),
- librust-pathpatterns-0.1.3-dev (= ${binary:Version}),
- librust-pathpatterns-0.1.3+default-dev (= ${binary:Version})
+ librust-pathpatterns-0.2-dev (= ${binary:Version}),
+ librust-pathpatterns-0.2+default-dev (= ${binary:Version}),
+ librust-pathpatterns-0.2.0-dev (= ${binary:Version}),
+ librust-pathpatterns-0.2.0+default-dev (= ${binary:Version})
 Description: Include/exclude path list implementation with git-like globbing support - Rust source code
  This package contains the source for the Rust pathpatterns crate, packaged by
  debcargo for use with cargo and dh-cargo.