From 13145f729d0a703c33d560367843f555cc799272 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 24 Aug 2023 10:01:36 +0200 Subject: [PATCH] bump version to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ccb09b0..a994fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathpatterns" -version = "0.1.3" +version = "0.2.0" authors = ["Wolfgang Bumiller "] edition = "2021" license = "AGPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index 1544b55..fed8c45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + + -- Proxmox Support Team Thu, 24 Aug 2023 10:01:22 +0200 + rust-pathpatterns (0.1.3-1) pve; urgency=medium * documentation and metadata fixups diff --git a/debian/control b/debian/control index 258000e..0949c2b 100644 --- a/debian/control +++ b/debian/control @@ -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.