From 592b712c950a2e32b72fca72558235421e3c6619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 28 Apr 2024 18:55:23 +1200 Subject: [PATCH] chore: Release --- 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 216e3d5..a498f49 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: "2.0.0" -date-released: 2024-04-20 +version: "2.1.0" +date-released: 2024-04-28 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index c10f2bb..d1b8e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "2.0.0" +version = "2.1.0" dependencies = [ "ahash", "argfile", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4331ad9..92ec20a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "2.0.0" +version = "2.1.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 08cdbb5..7ac6f44 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 911a255..0f20bdc 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 2.0.0" +.TH watchexec 1 "watchexec 2.1.0" .SH NAME watchexec \- Execute commands when watched files change .SH SYNOPSIS @@ -582,6 +582,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 -v2.0.0 +v2.1.0 .SH AUTHORS Félix Saparelli , Matt Green diff --git a/doc/watchexec.1.md b/doc/watchexec.1.md index 6ccd492..347d558 100644 --- a/doc/watchexec.1.md +++ b/doc/watchexec.1.md @@ -861,7 +861,7 @@ Didnt expect this much output? Use the short -h flag to get short help. # VERSION -v2.0.0 +v2.1.0 # AUTHORS