mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
chore: Release
This commit is contained in:
parent
ee815ba166
commit
a63864c5f2
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4020,7 +4020,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "watchexec-cli"
|
||||
version = "1.25.1"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"argfile",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec-cli"
|
||||
version = "1.25.1"
|
||||
version = "2.0.0"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Watchexec.Cli.watchexec"
|
||||
version="1.25.1.0"
|
||||
version="2.0.0.0"
|
||||
/>
|
||||
|
||||
<trustInfo>
|
||||
|
|
Loading…
Reference in a new issue