Skip to content

Releases: denispol/procguard

v1.5.0

Choose a tag to compare

@denispol denispol released this 31 Jan 23:23
v1.5.0
873dba0

Installation

Download the appropriate binary for your Mac:

Platform File
Apple Silicon procguard-macos-arm64.tar.gz
Intel procguard-macos-x86_64.tar.gz
Universal procguard-macos-universal.tar.gz
# Example: Install universal binary
tar -xzf procguard-macos-universal.tar.gz
sudo mv procguard timeout /usr/local/bin/

Both procguard and timeout commands are included.
Verify with procguard --version.

What's Changed

  • feat: add library API for embedding timeout functionality by @denispol in #33
  • Chore/rename program by @denispol in #34

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 23:33
v1.4.0
8c904cb

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

  • feat: compile-time safe timing with Rust 1.91 checked operations. Rep… by @denispol in #29
  • docs: vertical alignment of the different timeframes was incorrect by @denispol in #30
  • Feat/resource limiter by @denispol in #31
  • Feat/add fuzz and verification by @denispol in #32

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:00
v1.3.0
8578ece

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 16:34
v1.2.0
0c71e0a

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

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 13:20
v1.1.1
50b567f

Installation

Download the appropriate binary for your Mac:

Platform File
Apple Silicon timeout-v1.1.1-macos-arm64.tar.gz
Intel timeout-v1.1.1-macos-x86_64.tar.gz
Universal timeout-v1.1.1-macos-universal.tar.gz
# Example: Install universal binary
tar -xzf timeout-v1.1.1-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/

Verify with timeout --version.

What's Changed

  • ci(safety): rust 1.91, miri validation, stricter lints by @denispol in #8
  • chore: release v1.1.1 by @denispol in #9

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 13:01
v1.1.0

Installation

Download the appropriate binary for your Mac:

Platform File
Apple Silicon timeout-v1.1.0-macos-arm64.tar.gz
Intel timeout-v1.1.0-macos-x86_64.tar.gz
Universal timeout-v1.1.0-macos-universal.tar.gz
# Example: Install universal binary
tar -xzf timeout-v1.1.0-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/

Verify with timeout --version.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 13:02
v1.0.0

Installation

Download the appropriate binary for your Mac:

Platform File
Apple Silicon timeout-v1.0.0-macos-arm64.tar.gz
Intel timeout-v1.0.0-macos-x86_64.tar.gz
Universal timeout-v1.0.0-macos-universal.tar.gz
# Example: Install universal binary
tar -xzf timeout-v1.0.0-macos-universal.tar.gz
sudo mv timeout /usr/local/bin/

Verify with timeout --version.