Skip to content

Commit

Permalink
watchexec-filterers: fix bad publish (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Dec 9, 2023
1 parent 477d59d commit 0557d70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ version = "2.1.0"
path = "../signals"

[dependencies.watchexec-filterer-globset]
version = "2.0.0"
version = "2.0.1"
path = "../filterer/globset"

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/globset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next (YYYY-MM-DD)

## v2.0.0 (2023-12-09)
## v2.0.1 (2023-12-09)

- Depend on `watchexec-events` instead of the `watchexec` re-export.

Expand Down
4 changes: 2 additions & 2 deletions crates/filterer/globset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-globset"
version = "2.0.0"
version = "2.0.1"

authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ version = "2.0.1"
path = "../../events"

[dependencies.watchexec-filterer-ignore]
version = "2.0.0"
version = "2.0.1"
path = "../ignore"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/ignore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next (YYYY-MM-DD)

## v2.0.0 (2023-12-09)
## v2.0.1 (2023-12-09)

- Depend on `watchexec-events` instead of the `watchexec` re-export.

Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/ignore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-ignore"
version = "2.0.0"
version = "2.0.1"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0557d70

Please sign in to comment.