v1.3.0
Installation
Download the appropriate binary for your Mac:
| Platform | File |
|---|---|
| Apple Silicon | timeout-macos-arm64.tar.gz |
| Intel | timeout-macos-x86_64.tar.gz |
| Universal | timeout-macos-universal.tar.gz |
# Example: Install universal binary
tar -xzf timeout-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/Verify with timeout --version.
What's Changed
- add --heartbeat flag for CI keep-alive by @denispol in #25
- Feat/stdin idle timeout by @denispol in #26
- chore: bump version to 1.3.0 by @denispol in #27
- ci: remove duplicate versioned binaries from release by @denispol in #28
Full Changelog: v1.2.0...v1.3.0