pty-process 0.3.0

spawn commands attached to a pty
Documentation
# Changelog

## [0.3.0] - 2023-03-08

### Changed

* Complete rewrite of the API
* Tokio is now the only supported backend, enabled via the `async` feature

## [0.2.0] - 2021-12-15

### Changed

* Simplified the `Error` type to remove a bunch of unnecessary distinctions

## [0.1.1] - 2021-11-10

### Changed

* Bumped deps and moved to 2021 edition

## [0.1.0] - 2021-03-06

### Added

* Initial release