From 682a9b4d21363b3f42ce394bb0befe70812bfb79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:39:18 +0000 Subject: [PATCH] release: watchexec-cli v1.25.0 (#754) Co-authored-by: github-actions --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/cli/watchexec.exe.manifest | 2 +- doc/watchexec.1 | 4 ++-- doc/watchexec.1.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6bd344f..dc30195 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.24.2" -date-released: 2023-12-19 +version: "1.25.0" +date-released: 2024-01-01 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index a6847dd..0f937a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.24.2" +version = "1.25.0" dependencies = [ "argfile", "bosion", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index fbb80b9..3d368b2 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.24.2" +version = "1.25.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 b83fbee..25b46ed 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@ diff --git a/doc/watchexec.1 b/doc/watchexec.1 index f402050..b5bf636 100644 --- a/doc/watchexec.1 +++ b/doc/watchexec.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH watchexec 1 "watchexec 1.24.2" +.TH watchexec 1 "watchexec 1.25.0" .SH NAME watchexec \- Execute commands when watched files change .SH SYNOPSIS @@ -524,6 +524,6 @@ Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq Didn\*(Aqt expect this much output? Use the short \*(Aq\-h\*(Aq flag to get short help. .SH VERSION -v1.24.2 +v1.25.0 .SH AUTHORS Félix Saparelli , Matt Green diff --git a/doc/watchexec.1.md b/doc/watchexec.1.md index 0907adc..0ccf7c4 100644 --- a/doc/watchexec.1.md +++ b/doc/watchexec.1.md @@ -761,7 +761,7 @@ Didnt expect this much output? Use the short -h flag to get short help. # VERSION -v1.24.2 +v1.25.0 # AUTHORS