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