We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a296c commit 301d64aCopy full SHA for 301d64a
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.4.1] - 2026-05-26
6
+
7
+### Added
8
+- Restart policy with exponential backoff feature.
9
+- Process start time verification to prevent PID reuse issues
10
11
## [1.4.0] - 2025-12-27
12
13
### Added
src/main.c
@@ -136,7 +136,7 @@ extern char *optarg;
136
extern int opterr, optind;
137
138
#define APPNAME basename(argv[0])
139
-#define VERSION "1.4.0"
+#define VERSION "1.4.1"
140
#define OPTSTR "i:v:t:h"
141
#define USAGE_FMT "%s -i <file.ini> [-v|--version] [-h|--help] [-t testname]\n"
142
0 commit comments