From 916e41c50e75a718ab7b1b95dc770eed9cd7a403 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 9 Jul 2020 14:32:22 +0200 Subject: [PATCH] bump version to 0.1.2-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb830cd..f6bc29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathpatterns" -version = "0.1.1" +version = "0.1.2" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index e704c22..08aa55d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-pathpatterns (0.1.2-1) pve; urgency=medium + + * fixed `**/foo` not properly matching a "foo" without any slashes in front + of it + + -- Proxmox Support Team Thu, 09 Jul 2020 14:31:36 +0200 + rust-pathpatterns (0.1.1-1) pve; urgency=medium * let MatchEntry::match_flags() take immutable self