release: filterer-tagged v0.1.0 (#336)

This is a release PR for **filterer-tagged** to version **0.1.0**.

Upon merging, you will still need to manually publish the cargo crate.

```
$ cd crates/filterer/tagged
$ cargo publish
```

To merge this release, review the changes then say:

| bors r+ p=10 |
|:-:|
This commit is contained in:
github-actions[bot] 2022-06-23 09:24:07 +00:00
parent 9c343a6eb2
commit d71412cd12
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2699,7 +2699,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-tagged"
version = "0.1.0-almost-there"
version = "0.1.0"
dependencies = [
"dunce",
"globset",

View File

@ -51,7 +51,7 @@ version = "1.0.0"
path = "../filterer/globset"
[dependencies.watchexec-filterer-tagged]
version = "0.1.0-almost-there"
version = "0.1.0"
path = "../filterer/tagged"
[dependencies.tokio]

View File

@ -2,4 +2,6 @@
## Next (YYYY-MM-DD)
## v0.1.0 (2022-06-23)
- Initial release as a separate crate.

View File

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