v1.2.0
Installation
Download the appropriate binary for your Mac:
| Platform | File |
|---|---|
| Apple Silicon | timeout-v1.2.0-macos-arm64.tar.gz |
| Intel | timeout-v1.2.0-macos-x86_64.tar.gz |
| Universal | timeout-v1.2.0-macos-universal.tar.gz |
# Example: Install universal binary
tar -xzf timeout-v1.2.0-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/Verify with timeout --version.
What's Changed
- Feat/wait for file by @denispol in #11
- fix: harden unsafe FFI code against UB by @denispol in #12
- test: increase timing tolerance for slow CI runners by @denispol in #13
- Update CLI help description by @denispol in #14
- ci: auto-update homebrew tap on release by @denispol in #15
- docs: rewrite README for clarity by @denispol in #16
- docs: nanosecond precision in README by @denispol in #17
- docs: add wall clock vs CPU time diagram by @denispol in #18
- feat: add millisecond (ms) and microsecond (us/µs) duration suffixes by @denispol in #19
- feat: add resource usage (rusage) fields to JSON output by @denispol in #20
- Feat/retry with backoff by @denispol in #22
- ci: upgrade runners from macos-13/14 to macos-15 by @denispol in #23
- chore: bump version to 1.2.0 by @denispol in #24
Full Changelog: v1.1.1...v1.2.0