Skip to content

Commit

Permalink
release: watchexec v3.0.0 (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Nov 26, 2023
1 parent fb2c544 commit d9f6d20
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 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: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ version = "1.2.1"
path = "../project-origins"

[dependencies.watchexec]
version = "2.3.0"
version = "3.0.0"
path = "../lib"

[dependencies.watchexec-events]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/globset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "1.3.2"
path = "../../ignore-files"

[dependencies.watchexec]
version = "2.3.0"
version = "3.0.0"
path = "../../lib"

[dependencies.watchexec-events]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = "1.3.2"
path = "../../ignore-files"

[dependencies.watchexec]
version = "2.3.0"
version = "3.0.0"
path = "../../lib"

[dependencies.watchexec-events]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/tagged/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ features = [
]

[dependencies.watchexec]
version = "2.3.0"
version = "3.0.0"
path = "../../lib"

[dependencies.watchexec-events]
Expand Down
2 changes: 2 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v3.0.0 (2023-11-26)

### General

- Crate is more oriented around `Watchexec` the core experience rather than providing the kitchensink / components so you could build your own from the pieces; that helps the cohesion of the whole and simplifies many patterns.
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "2.3.0"
version = "3.0.0"

authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d9f6d20

Please sign in to comment.