Skip to content

Commit

Permalink
release: watchexec-filterer-tagged v1.0.0 (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
  • Loading branch information
3 people committed Dec 10, 2023
1 parent 0557d70 commit 4026938
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/filterer/tagged/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/tagged/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 5 additions & 1 deletion crates/filterer/tagged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4026938

Please sign in to comment.