release: watchexec-filterer-ignore v1.2.1 (#589)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-05-14 10:04:52 +00:00 committed by GitHub
parent 7c1c726d85
commit 1d87097b3e
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

@ -3937,7 +3937,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-ignore"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"dunce",
"ignore",

View File

@ -28,7 +28,7 @@ version = "2.3.0"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]
version = "1.2.0"
version = "1.2.1"
path = "../ignore"
[dev-dependencies]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.2.1 (2023-05-14)
- Use IO-free dunce::simplify to normalise paths on Windows.
- Known regression: some filtering patterns misbehave slightly on Windows with paths outside the project root.
- As filters were previously completely broken on Windows, this is still considered an improvement.

View File

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

View File

@ -41,7 +41,7 @@ version = "2.3.0"
path = "../../lib"
[dependencies.watchexec-filterer-ignore]
version = "1.2.0"
version = "1.2.1"
path = "../ignore"
[dependencies.watchexec-signals]