bump version to 0.2.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-08-24 10:01:36 +02:00
parent 9c16f1c85e
commit 13145f729d
3 changed files with 12 additions and 5 deletions

View 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"

7
debian/changelog vendored
View 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

8
debian/control vendored
View 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.