bump version to 0.1.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-06-09 12:58:44 +02:00
parent 68f4fe972d
commit 8a186c18a5
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pathpatterns"
version = "0.1.0"
version = "0.1.1"
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
edition = "2018"
license = "AGPL-3"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-pathpatterns (0.1.1-1) pve; urgency=medium
* let MatchEntry::match_flags() take immutable self
-- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2020 12:58:03 +0200
rust-pathpatterns (0.1.0-1) pve; urgency=medium
* initial release