]> git.proxmox.com Git - pathpatterns.git/commitdiff
bump version to 0.1.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 9 Jul 2020 12:32:22 +0000 (14:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 9 Jul 2020 12:32:22 +0000 (14:32 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index bb830cd85fb40b36c310c752c23c0a98f93173e3..f6bc29bb7dcb283972639127913cbb033f279268 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pathpatterns"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
 edition = "2018"
 license = "AGPL-3"
index e704c22f5aae7c59f30d1efda7d3e0cb59a6546f..08aa55de0833c55ee47b3ba55e4c9eafce05fa10 100644 (file)
@@ -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 <support@proxmox.com>  Thu, 09 Jul 2020 14:31:36 +0200
+
 rust-pathpatterns (0.1.1-1) pve; urgency=medium
 
   * let MatchEntry::match_flags() take immutable self