bump version to 0.3.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-10-19 11:10:35 +02:00
parent 762d1e9bc3
commit 5f625aacbd
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pathpatterns"
version = "0.2.0"
version = "0.3.0"
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
edition = "2021"
license = "AGPL-3.0-or-later"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-pathpatterns (0.3.0-1) bookworm; urgency=medium
* add lifetime to MatchList to drop some unsafe blocks
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2023 11:10:21 +0200
rust-pathpatterns (0.2.0-1) bookworm; urgency=medium
* MatchList functions now take a parameter to possibly lazily fetch the file