Releases: siderolabs/go-cmd
Releases · siderolabs/go-cmd
v0.1.3
go-cmd 0.1.3 (2024-10-28)
Welcome to the v0.1.3 release of go-cmd!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.
Contributors
- Artem Chernyshev
- Dmitry Sharshakov
- Andrey Smirnov
- Andrey Smirnov
Changes
8 commits
d735250
fix: return an error on process nonzero exit code5662c7f
feat: add an equivalent of WaitWrapper for os.Process71fced6
chore: rekres and move to GHA0aea518
chore: rekres and update68eb006
feat: return typed error for exit error333ccf1
feat: add stdin support into the Run methodsc5c8f1c
feat: extract cmd module from Talos into a separate module77685fc
Initial commit
Changes since v0.1.2
Dependency Changes
This release has no dependency changes
v0.1.2
go-cmd 0.1.2 (2024-10-18)
Welcome to the v0.1.2 release of go-cmd!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.
Contributors
- Artem Chernyshev
- Andrey Smirnov
- Andrey Smirnov
- Dmitry Sharshakov
Changes
7 commits
5662c7f
feat: add an equivalent of WaitWrapper for os.Process71fced6
chore: rekres and move to GHA0aea518
chore: rekres and update68eb006
feat: return typed error for exit error333ccf1
feat: add stdin support into the Run methodsc5c8f1c
feat: extract cmd module from Talos into a separate module77685fc
Initial commit
Changes since v0.1.1
2 commits
Dependency Changes
This release has no dependency changes
v0.1.1
go-cmd 0.1.1 (2022-11-01)
Welcome to the v0.1.1 release of go-cmd!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-cmd/issues.
Contributors
- Artem Chernyshev
- Andrey Smirnov
Changes
5 commits
Changes since v0.1.0
Dependency Changes
This release has no dependency changes
v0.1.0
feat: return typed error for exit error Otherwise it's hard to read actual int exit code. Signed-off-by: Artem Chernyshev <[email protected]>