Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jan 17, 2025
1 parent 791d9c5 commit c56a2c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v1.7.0 (2025-01-16)

* Added: `--restart-delay` option.

Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shawl"
version = "1.6.0"
version = "1.7.0"
authors = ["mtkennerly <[email protected]>"]
edition = "2021"
description = "Windows service wrapper for arbitrary commands"
Expand Down
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Options:
Restart the command if the exit code is one of these (comma-separated)
--restart-if-not <codes>
Restart the command if the exit code is not one of these (comma-separated)
--restart-delay <ms>
How long to wait before restarting the wrapped process
--stop-timeout <ms>
How long to wait in milliseconds between sending the wrapped process a ctrl-C event and
forcibly killing it [default: 3000]
Expand Down Expand Up @@ -109,6 +111,8 @@ Options:
Restart the command if the exit code is one of these (comma-separated)
--restart-if-not <codes>
Restart the command if the exit code is not one of these (comma-separated)
--restart-delay <ms>
How long to wait before restarting the wrapped process
--stop-timeout <ms>
How long to wait in milliseconds between sending the wrapped process a ctrl-C event and
forcibly killing it [default: 3000]
Expand Down

0 comments on commit c56a2c5

Please sign in to comment.