release: watchexec-filterer-globset v1.0.1 (#410)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2022-09-07 04:31:39 +00:00 committed by GitHub
parent 6642362025
commit 4ef180f486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2671,7 +2671,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-globset"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"dunce",
"ignore",

View File

@ -45,7 +45,7 @@ version = "2.0.1"
path = "../lib"
[dependencies.watchexec-filterer-globset]
version = "1.0.0"
version = "1.0.1"
path = "../filterer/globset"
[dependencies.watchexec-filterer-tagged]

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
## v1.0.1 (2022-09-07)
- Deps: update miette to 5.3.0
## v1.0.0 (2022-06-23)
- Initial release as a separate crate.

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-globset"
version = "1.0.0"
version = "1.0.1"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"