Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: watchexec-cli v1.24.0 #699

Merged
merged 23 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Release
  • Loading branch information
github-actions authored and passcod committed Dec 9, 2023
commit 5d7e63067b217b04cb91fc5702db529cd7472b49
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0"
date-released: 2023-08-30
version: "1.24.0"
date-released: 2023-11-27

repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0
Expand Down
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
@@ -1,6 1,6 @@
[package]
name = "watchexec-cli"
version = "1.23.0"
version = "1.24.0"

authors = ["Félix Saparelli <[email protected]>", "Matt Green <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/watchexec.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
<assemblyIdentity
type="win32"
name="Watchexec.Cli.watchexec"
version="1.23.0.0"
version="1.24.0.0"
/>

<trustInfo>
Expand Down