mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-07-13 09:38:51 +00:00
bump version to 0.2.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9c16f1c85e
commit
13145f729d
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pathpatterns"
|
name = "pathpatterns"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
rust-pathpatterns (0.1.3-1) pve; urgency=medium
|
||||||
|
|
||||||
* documentation and metadata fixups
|
* documentation and metadata fixups
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -26,10 +26,10 @@ Provides:
|
|||||||
librust-pathpatterns+default-dev (= ${binary:Version}),
|
librust-pathpatterns+default-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0-dev (= ${binary:Version}),
|
librust-pathpatterns-0-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0+default-dev (= ${binary:Version}),
|
librust-pathpatterns-0+default-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0.1-dev (= ${binary:Version}),
|
librust-pathpatterns-0.2-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0.1+default-dev (= ${binary:Version}),
|
librust-pathpatterns-0.2+default-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0.1.3-dev (= ${binary:Version}),
|
librust-pathpatterns-0.2.0-dev (= ${binary:Version}),
|
||||||
librust-pathpatterns-0.1.3+default-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
|
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
|
This package contains the source for the Rust pathpatterns crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user