We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b473998 commit 7e4872cCopy full SHA for 7e4872c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## v1.4
4
5
+### v1.4.3 (2024-06-23)
6
+
7
+* Fixed issue 94: Command is still executed if Stop() is called during BeforeExec hooks
8
+* Added a note in docs about SIGINT (issue #100)
9
+* Updated test matrix to go1.22, go1.21, and go1.20
10
11
### v1.4.2 (2023-07-08)
12
13
* Added `Options.CombinedOutput` based on PR #76 by @jwomackgsa (issue #70)
@@ -19,7 +25,7 @@
19
25
### v1.3.1 (2021-10-13)
20
26
21
27
* Fixed `Stop()` on Windows with go1.17 (PR #69) (@silisium)
22
-* Updated matrix to go1.15, go1.16, and go1.17
28
+* Updated test matrix to go1.15, go1.16, and go1.17
23
29
* Added SECURITY.md and GitHub code analysis
24
30
31
### v1.3.0 (2020-10-31)
0 commit comments