Skip to content

Commit 301d64a

Browse files
committed
v1.4.1
1 parent 50a296c commit 301d64a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
511
## [1.4.0] - 2025-12-27
612

713
### Added

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ extern char *optarg;
136136
extern int opterr, optind;
137137

138138
#define APPNAME basename(argv[0])
139-
#define VERSION "1.4.0"
139+
#define VERSION "1.4.1"
140140
#define OPTSTR "i:v:t:h"
141141
#define USAGE_FMT "%s -i <file.ini> [-v|--version] [-h|--help] [-t testname]\n"
142142

0 commit comments

Comments
 (0)