diff --git a/CITATION.cff b/CITATION.cff index e3f89c6..216e3d5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: | If you use this software, please cite it using these metadata. title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it" -version: "1.25.1" -date-released: 2024-01-05 +version: "2.0.0" +date-released: 2024-04-20 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 93f76c8..c42cb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.25.1" +version = "2.0.0" dependencies = [ "ahash", "argfile", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 98a0734..8ffc6ac 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.25.1" +version = "2.0.0" authors = ["FĂ©lix Saparelli ", "Matt Green "] license = "Apache-2.0" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index b4caff4..08cdbb5 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@