mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
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:
parent
0557d70963
commit
4026938c18
4 changed files with 9 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3763,7 +3763,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "watchexec-filterer-tagged"
|
||||
version = "0.3.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"globset",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue