release: watchexec-filterer-tagged v1.0.0 (#719)

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] 2023-12-10 22:45:04 +00:00 committed by GitHub
parent 0557d70963
commit 4026938c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3763,7 +3763,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-tagged"
version = "0.3.0"
version = "1.0.0"
dependencies = [
"futures",
"globset",

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.0 (2023-12-10)
- Officially deprecate (crate is now unmaintained).
- Depend on `watchexec-events` instead of the `watchexec` re-export.
- Remove error diagnostic codes.

View File

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

View File

@ -9,7 +9,11 @@ _Experimental filterer using tagged filters._
- **[API documentation][docs]**.
- Licensed under [Apache 2.0][license].
- Status: maintained.
- Status: soft-deprecated.
The tagged filterer is not in use in the Watchexec CLI, but this crate will continue being updated
until and unless it becomes too much of a pain to do so, for third party users. It is expected that
some of the code will eventually be reused for a more generic filter crate without the tagged syntax.
[docs]: https://docs.rs/watchexec-filterer-tagged
[license]: ../../../LICENSE