Skip to content

terrapin v1.0.0

Latest
Compare
Choose a tag to compare
@elisuh elisuh released this 16 Feb 21:26
· 23 commits to main since this release
493ff5b

Breaking changes

Terrapin::CommandLine::PosixRunner was removed. The underlying posix-spawn gem hasn’t been supported for a while and was beginning to accumulate bugs. You can replace any usage of this with Terrapin::CommandLine::ProcessRunner, which uses Ruby’s builtin Process.spawn, and actually is more performant anyway. (#19)

Housekeeping

Moved CI from Travis to GitHub Actions (#16)
#16 Introduce GitHub Actions for CI