From 5f625aacbd6f81d97a1c6f5476fb38769d069f26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 19 Oct 2023 11:10:35 +0200 Subject: [PATCH] bump version to 0.3.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a994fab..f08a3d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathpatterns" -version = "0.2.0" +version = "0.3.0" authors = ["Wolfgang Bumiller "] edition = "2021" license = "AGPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index fed8c45..d942b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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