Skip to content

WinPTY-rs release v0.4.0

Latest
Compare
Choose a tag to compare
@andfoy andfoy released this 17 Oct 15:35
· 1 commit to main since this release

Minor winpty-rs that fixes a regression introduced in v0.3.16 that lead to deadlocks when a process exited too soon. It also introduces the wait_for_exit method to block a thread until the process has stopped.

What's Changed

  • Update README to state that LIB variable is also required by @andfoy in #78
  • Prevent reading thread from hanging if process has stopped by @andfoy in #79

Full Changelog: v0.3.16...v0.4.0