release: watchexec-filterer-ignore v1.1.0 (#474)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-01-09 00:15:16 +00:00 committed by GitHub
parent ac2a14fd80
commit 7a8680e937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

@ -2694,7 +2694,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-ignore"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"ignore",
"ignore-files",

View File

@ -28,7 +28,7 @@ version = "2.1.0"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]
version = "1.0.0"
version = "1.1.0"
path = "../ignore"
[dev-dependencies]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.1.0 (2023-01-09)
- MSRV: bump to 1.61.0
## v1.0.0 (2022-06-23)

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-ignore"
version = "1.0.0"
version = "1.1.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"

View File

@ -41,7 +41,7 @@ version = "2.1.0"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]
version = "1.0.0"
version = "1.1.0"
path = "../ignore"
[dev-dependencies]