release: ignore-files v1.0.0 (#318)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Félix Saparelli 2022-06-16 11:09:16 +00:00
parent 03ee184d41
commit 4562c0f2f9
8 changed files with 9 additions and 7 deletions

2
Cargo.lock generated
View File

@ -1024,7 +1024,7 @@ dependencies = [
[[package]]
name = "ignore-files"
version = "1.0.0-almost-there"
version = "1.0.0"
dependencies = [
"dunce",
"futures",

View File

@ -35,7 +35,7 @@ version = "3.1.18"
features = ["cargo", "wrap_help"]
[dependencies.ignore-files]
version = "1.0.0-almost-there"
version = "1.0.0"
path = "../ignore-files"
[dependencies.project-origins]

View File

@ -21,7 +21,7 @@ tracing = "0.1.26"
watchexec = { version = "2.0.0-almost-there", path = "../../lib" }
[dependencies.ignore-files]
version = "1.0.0-almost-there"
version = "1.0.0"
path = "../../ignore-files"
[dependencies.watchexec-filterer-ignore]

View File

@ -21,7 +21,7 @@ tracing = "0.1.26"
watchexec = { version = "2.0.0-almost-there", path = "../../lib" }
[dependencies.ignore-files]
version = "1.0.0-almost-there"
version = "1.0.0"
path = "../../ignore-files"
[dev-dependencies]

View File

@ -28,7 +28,7 @@ unicase = "2.6.0"
watchexec = { version = "2.0.0-almost-there", path = "../../lib" }
[dependencies.ignore-files]
version = "1.0.0-almost-there"
version = "1.0.0"
path = "../../ignore-files"
[dependencies.tokio]

View File

@ -2,4 +2,6 @@
## Next (YYYY-MM-DD)
## v1.0.0 (2022-06-16)
- Initial release as a separate crate.

View File

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

View File

@ -31,7 +31,7 @@ version = "1.0.8"
features = ["with-tokio"]
[dependencies.ignore-files]
version = "1.0.0-almost-there"
version = "1.0.0"
path = "../ignore-files"
[dependencies.notify]