Turtle 🐢 v0.6.0 Release Notes

    • 0️⃣ Specify a process callback for a single command or a default one to use for all commands. This can be used to access the underlying process to monitor it or customise behaviour such as implementing a timeout. PR #66.
    • Access command output using the InputStreams rather than waiting for it to complete fully and accessing as a String. PR #67.
    • ⚡️ Many dependency updates.