Skip to content

Releases: dylni/process_control

4.1.0

17 Feb 20:14
Compare
Choose a tag to compare

4.0.3

31 Mar 22:15
Compare
Choose a tag to compare
  • Bumped dependency versions

4.0.2

29 Jan 16:26
Compare
Choose a tag to compare
  • Bumped dependency versions

4.0.1

17 Dec 15:07
Compare
Choose a tag to compare
  • Bumped dependency versions

4.0.0

11 Sep 15:30
Compare
Choose a tag to compare

3.5.1

13 Jun 20:37
Compare
Choose a tag to compare
  • Removed needless dependency on signal-hook for Windows

3.5.0

11 Jun 20:05
Compare
Choose a tag to compare

3.4.0

10 Apr 22:43
Compare
Choose a tag to compare
  • Added more methods from the standard library to ExitStatus
  • Added ChildExt::terminate_if_running
  • Deprecated Terminator
  • Improved support for zero-second time limits by always attempting to wait on the process
  • Added bounds that permit instances of Control to be printed using Debug formatting
  • Increased the minimum supported Rust toolchain version to 1.58.0

3.3.0

15 Mar 01:45
Compare
Choose a tag to compare
  • Added support for Illumos targets (#12)
  • Improved documentation

3.2.1

15 Jan 05:29
Compare
Choose a tag to compare
  • Increased specificity of #[cfg()] attributes
    • Requirements for Control::memory_limit are slightly more restrictive, to not break compilation on some platforms.