bump version to 0.1.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-07-09 14:32:22 +02:00
parent 17b7bd9f3c
commit 916e41c50e
2 changed files with 8 additions and 1 deletions

View 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"

7
debian/changelog vendored
View 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